Html Css Color HEX #ACB672 Caper

📋 copy color: '#ACB672'

red 172 ◦ green 182 ◦ blue 114

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

Shades of Caper #ACB672

Tints of Caper #ACB672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.36%

R = 36.75%
G = 38.89%
B = 24.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#ACB672 (or 0xACB672) is known color: Caper. HEX triplet: AC, B6 and 72. RGB value is (172,182,114). Sum of RGB (Red+Green+Blue) = 172+182+114=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB672 is #53498D. Grayscale: #ABABAB. Windows color (decimal): -5458318 or 7517868. OLE color: 7517868.

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

Color convert

RGB 172 182 114 -
CMYK 0.05 0 0.37 0.29
HSL 68.82º 0.32% 0.58% -
HSV(B) 68.82º 0.37% 0.71% -
XYZ 36.78 43.44 22.37 -
YUV 171.26 95.69 128.53 -
System Red Green Blue C M Y K H S L
Decimal 172 182 114 0.05 0 0.37 0.29 68.82 0.32 0.58
Hex AC B6 72 5 0 25 1D 45 20 3A
Octal 254 266 162 5 0 45 35 105 40 72
Binary 10101100 10110110 1110010 101 0 100101 11101 1000101 100000 111010

Color Harmonies of #ACB672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB672

Black with #ACB672

Text Example


Text Example

White with #ACB672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB672; }

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

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

background-color css

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

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

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

border-color css

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

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

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