Html Css Color HEX #ACB970 Caper

📋 copy color: '#ACB970'

red 172 ◦ green 185 ◦ blue 112

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

Shades of Caper #ACB970

Tints of Caper #ACB970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.45%

 BLUE value IS 112 (44.14% from 255) = 23.88%

R = 36.67%
G = 39.45%
B = 23.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#ACB970 (or 0xACB970) is known color: Caper. HEX triplet: AC, B9 and 70. RGB value is (172,185,112). Sum of RGB (Red+Green+Blue) = 172+185+112=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB970 is #53468F. Grayscale: #ADADAD. Windows color (decimal): -5457552 or 7387564. OLE color: 7387564.

HSL color Cylindrical-coordinate representation of color #ACB970: hue angle of 70.68º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACB970 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 112 -
CMYK 0.07 0 0.39 0.27
HSL 70.68º 0.34% 0.58% -
HSV(B) 70.68º 0.39% 0.73% -
XYZ 37.29 44.64 21.98 -
YUV 172.79 93.69 127.44 -
System Red Green Blue C M Y K H S L
Decimal 172 185 112 0.07 0 0.39 0.27 70.68 0.34 0.58
Hex AC B9 70 7 0 27 1B 47 22 3A
Octal 254 271 160 7 0 47 33 107 42 72
Binary 10101100 10111001 1110000 111 0 100111 11011 1000111 100010 111010

Color Harmonies of #ACB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB970

Black with #ACB970

Text Example


Text Example

White with #ACB970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB970; }

 p { color: rgb(172,185,112); }

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

background-color css

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

 a { background-color: rgb(172,185,112); }

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

border-color css

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

 span { border-color: rgb(172,185,112); }

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