Html Css Color HEX #ACB684 Caper

📋 copy color: '#ACB684'

red 172 ◦ green 182 ◦ blue 132

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

Shades of Caper #ACB684

Tints of Caper #ACB684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.16%

R = 35.39%
G = 37.45%
B = 27.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#ACB684 (or 0xACB684) is known color: Caper. HEX triplet: AC, B6 and 84. RGB value is (172,182,132). Sum of RGB (Red+Green+Blue) = 172+182+132=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB684 is #53497B. Grayscale: #ADADAD. Windows color (decimal): -5458300 or 8697516. OLE color: 8697516.

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

Color convert

RGB 172 182 132 -
CMYK 0.05 0 0.27 0.29
HSL 72º 0.26% 0.62% -
HSV(B) 72º 0.27% 0.71% -
XYZ 37.91 43.89 28.3 -
YUV 173.31 104.69 127.07 -
System Red Green Blue C M Y K H S L
Decimal 172 182 132 0.05 0 0.27 0.29 72 0.26 0.62
Hex AC B6 84 5 0 1B 1D 48 1A 3E
Octal 254 266 204 5 0 33 35 110 32 76
Binary 10101100 10110110 10000100 101 0 11011 11101 1001000 11010 111110

Color Harmonies of #ACB684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB684

Black with #ACB684

Text Example


Text Example

White with #ACB684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB684; }

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

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

background-color css

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

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

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

border-color css

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

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

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