Html Css Color HEX #ACB576 Caper

📋 copy color: '#ACB576'

red 172 ◦ green 181 ◦ blue 118

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

Shades of Caper #ACB576

Tints of Caper #ACB576

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.43%

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

R = 36.52%
G = 38.43%
B = 25.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#ACB576 (or 0xACB576) is known color: Caper. HEX triplet: AC, B5 and 76. RGB value is (172,181,118). Sum of RGB (Red+Green+Blue) = 172+181+118=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB576 is #534A89. Grayscale: #ABABAB. Windows color (decimal): -5458570 or 7779756. OLE color: 7779756.

HSL color Cylindrical-coordinate representation of color #ACB576: hue angle of 68.57º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACB576 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 181 118 -
CMYK 0.05 0 0.35 0.29
HSL 68.57º 0.3% 0.59% -
HSV(B) 68.57º 0.35% 0.71% -
XYZ 36.81 43.13 23.52 -
YUV 171.13 98.02 128.62 -
System Red Green Blue C M Y K H S L
Decimal 172 181 118 0.05 0 0.35 0.29 68.57 0.3 0.59
Hex AC B5 76 5 0 23 1D 45 1E 3B
Octal 254 265 166 5 0 43 35 105 36 73
Binary 10101100 10110101 1110110 101 0 100011 11101 1000101 11110 111011

Color Harmonies of #ACB576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB576

Black with #ACB576

Text Example


Text Example

White with #ACB576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB576; }

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

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

background-color css

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

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

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

border-color css

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

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

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