Html Css Color HEX #ACB971 Caper

📋 copy color: '#ACB971'

red 172 ◦ green 185 ◦ blue 113

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

Shades of Caper #ACB971

Tints of Caper #ACB971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.04%

R = 36.6%
G = 39.36%
B = 24.04%

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

#ACB971 (or 0xACB971) is known color: Caper. HEX triplet: AC, B9 and 71. RGB value is (172,185,113). Sum of RGB (Red+Green+Blue) = 172+185+113=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB971 is #53468E. Grayscale: #ADADAD. Windows color (decimal): -5457551 or 7453100. OLE color: 7453100.

HSL color Cylindrical-coordinate representation of color #ACB971: hue angle of 70.83º 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 #ACB971 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 113 -
CMYK 0.07 0 0.39 0.27
HSL 70.83º 0.34% 0.58% -
HSV(B) 70.83º 0.39% 0.73% -
XYZ 37.34 44.66 22.28 -
YUV 172.91 94.19 127.35 -
System Red Green Blue C M Y K H S L
Decimal 172 185 113 0.07 0 0.39 0.27 70.83 0.34 0.58
Hex AC B9 71 7 0 27 1B 47 22 3A
Octal 254 271 161 7 0 47 33 107 42 72
Binary 10101100 10111001 1110001 111 0 100111 11011 1000111 100010 111010

Color Harmonies of #ACB971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB971

Black with #ACB971

Text Example


Text Example

White with #ACB971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB971; }

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

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

background-color css

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

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

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

border-color css

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

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

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