Html Css Color HEX #ACB676 Caper

📋 copy color: '#ACB676'

red 172 ◦ green 182 ◦ blue 118

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

Shades of Caper #ACB676

Tints of Caper #ACB676

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.56%

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

R = 36.44%
G = 38.56%
B = 25%

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

#ACB676 (or 0xACB676) is known color: Caper. HEX triplet: AC, B6 and 76. RGB value is (172,182,118). Sum of RGB (Red+Green+Blue) = 172+182+118=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB676 is #534989. Grayscale: #ABABAB. Windows color (decimal): -5458314 or 7780012. OLE color: 7780012.

HSL color Cylindrical-coordinate representation of color #ACB676: hue angle of 69.38º 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 #ACB676 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 118 -
CMYK 0.05 0 0.35 0.29
HSL 69.38º 0.3% 0.59% -
HSV(B) 69.38º 0.35% 0.71% -
XYZ 37.01 43.53 23.59 -
YUV 171.71 97.69 128.2 -
System Red Green Blue C M Y K H S L
Decimal 172 182 118 0.05 0 0.35 0.29 69.38 0.3 0.59
Hex AC B6 76 5 0 23 1D 45 1E 3B
Octal 254 266 166 5 0 43 35 105 36 73
Binary 10101100 10110110 1110110 101 0 100011 11101 1000101 11110 111011

Color Harmonies of #ACB676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB676

Black with #ACB676

Text Example


Text Example

White with #ACB676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB676; }

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

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

background-color css

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

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

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

border-color css

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

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

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