Html Css Color HEX #ACBA8C Caper

📋 copy color: '#ACBA8C'

red 172 ◦ green 186 ◦ blue 140

#ACBA8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #ACBA8C

Tints of Caper #ACBA8C

RGB

 RED value IS 172 (67.58% from 255) = 34.54%

 GREEN value IS 186 (73.05% from 255) = 37.35%

 BLUE value IS 140 (55.08% from 255) = 28.11%

R = 34.54%
G = 37.35%
B = 28.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ACBA8C (or 0xACBA8C) is known color: Caper. HEX triplet: AC, BA and 8C. RGB value is (172,186,140). Sum of RGB (Red+Green+Blue) = 172+186+140=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBA8C is #534573. Grayscale: #B0B0B0. Windows color (decimal): -5457268 or 9222828. OLE color: 9222828.

HSL color Cylindrical-coordinate representation of color #ACBA8C: hue angle of 78.26º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACBA8C is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 186 140 -
CMYK 0.08 0 0.25 0.27
HSL 78.26º 0.25% 0.64% -
HSV(B) 78.26º 0.25% 0.73% -
XYZ 39.31 45.78 31.58 -
YUV 176.57 107.36 124.74 -
System Red Green Blue C M Y K H S L
Decimal 172 186 140 0.08 0 0.25 0.27 78.26 0.25 0.64
Hex AC BA 8C 8 0 19 1B 4E 19 40
Octal 254 272 214 10 0 31 33 116 31 100
Binary 10101100 10111010 10001100 1000 0 11001 11011 1001110 11001 1000000

Color Harmonies of #ACBA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBA8C

Black with #ACBA8C

Text Example


Text Example

White with #ACBA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBA8C; }

 p { color: rgb(172,186,140); }

 H1.HeaderClassName
 {
   color: #ACBA8C;
 }
 .AnyTagClassName
 {
   color: #ACBA8C;
 }
</style>

background-color css

<style>
 a { background-color: #ACBA8C; }

 a { background-color: rgb(172,186,140); }

 div.DivClassName
 {
   background-color: #ACBA8C;
 }
 .BgClassName
 {
   background-color: #ACBA8C;
 }
</style>

border-color css

<style>
 span { border-color: #ACBA8C; }

 span { border-color: rgb(172,186,140); }

 td.TdClassName
 {
   border-color: #ACBA8C;
 }
 .TagClassName
 {
   border-color: #ACBA8C;
 }
</style>