Html Css Color HEX #ACB679 Caper

📋 copy color: '#ACB679'

red 172 ◦ green 182 ◦ blue 121

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

Shades of Caper #ACB679

Tints of Caper #ACB679

RGB

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

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

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

R = 36.21%
G = 38.32%
B = 25.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#ACB679 (or 0xACB679) is known color: Caper. HEX triplet: AC, B6 and 79. RGB value is (172,182,121). Sum of RGB (Red+Green+Blue) = 172+182+121=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB679 is #534986. Grayscale: #ACACAC. Windows color (decimal): -5458311 or 7976620. OLE color: 7976620.

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

Color convert

RGB 172 182 121 -
CMYK 0.05 0 0.34 0.29
HSL 69.84º 0.29% 0.59% -
HSV(B) 69.84º 0.34% 0.71% -
XYZ 37.19 43.61 24.55 -
YUV 172.06 99.19 127.96 -
System Red Green Blue C M Y K H S L
Decimal 172 182 121 0.05 0 0.34 0.29 69.84 0.29 0.59
Hex AC B6 79 5 0 22 1D 46 1D 3B
Octal 254 266 171 5 0 42 35 106 35 73
Binary 10101100 10110110 1111001 101 0 100010 11101 1000110 11101 111011

Color Harmonies of #ACB679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB679

Black with #ACB679

Text Example


Text Example

White with #ACB679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB679; }

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

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

background-color css

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

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

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

border-color css

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

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

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