Html Css Color HEX #ACB979 Caper

📋 copy color: '#ACB979'

red 172 ◦ green 185 ◦ blue 121

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

Shades of Caper #ACB979

Tints of Caper #ACB979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.31%

R = 35.98%
G = 38.7%
B = 25.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#ACB979 (or 0xACB979) is known color: Caper. HEX triplet: AC, B9 and 79. RGB value is (172,185,121). Sum of RGB (Red+Green+Blue) = 172+185+121=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB979 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB979 is #534686. Grayscale: #AEAEAE. Windows color (decimal): -5457543 or 7977388. OLE color: 7977388.

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

Color convert

RGB 172 185 121 -
CMYK 0.07 0 0.35 0.27
HSL 72.19º 0.31% 0.6% -
HSV(B) 72.19º 0.35% 0.73% -
XYZ 37.81 44.85 24.75 -
YUV 173.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 172 185 121 0.07 0 0.35 0.27 72.19 0.31 0.6
Hex AC B9 79 7 0 23 1B 48 1F 3C
Octal 254 271 171 7 0 43 33 110 37 74
Binary 10101100 10111001 1111001 111 0 100011 11011 1001000 11111 111100

Color Harmonies of #ACB979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB979

Black with #ACB979

Text Example


Text Example

White with #ACB979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB979; }

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

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

background-color css

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

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

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

border-color css

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

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

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