Html Css Color HEX #ACB776 Caper

📋 copy color: '#ACB776'

red 172 ◦ green 183 ◦ blue 118

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

Shades of Caper #ACB776

Tints of Caper #ACB776

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.69%

 BLUE value IS 118 (46.48% from 255) = 24.95%

R = 36.36%
G = 38.69%
B = 24.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#ACB776 (or 0xACB776) is known color: Caper. HEX triplet: AC, B7 and 76. RGB value is (172,183,118). Sum of RGB (Red+Green+Blue) = 172+183+118=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB776 is #534889. Grayscale: #ACACAC. Windows color (decimal): -5458058 or 7780268. OLE color: 7780268.

HSL color Cylindrical-coordinate representation of color #ACB776: hue angle of 70.15º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACB776 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 118 -
CMYK 0.06 0 0.36 0.28
HSL 70.15º 0.31% 0.59% -
HSV(B) 70.15º 0.36% 0.72% -
XYZ 37.22 43.95 23.66 -
YUV 172.3 97.36 127.79 -
System Red Green Blue C M Y K H S L
Decimal 172 183 118 0.06 0 0.36 0.28 70.15 0.31 0.59
Hex AC B7 76 6 0 24 1C 46 1F 3B
Octal 254 267 166 6 0 44 34 106 37 73
Binary 10101100 10110111 1110110 110 0 100100 11100 1000110 11111 111011

Color Harmonies of #ACB776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB776

Black with #ACB776

Text Example


Text Example

White with #ACB776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB776; }

 p { color: rgb(172,183,118); }

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

background-color css

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

 a { background-color: rgb(172,183,118); }

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

border-color css

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

 span { border-color: rgb(172,183,118); }

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