Html Css Color HEX #ACB688 Caper

📋 copy color: '#ACB688'

red 172 ◦ green 182 ◦ blue 136

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

Shades of Caper #ACB688

Tints of Caper #ACB688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.76%

R = 35.1%
G = 37.14%
B = 27.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#ACB688 (or 0xACB688) is known color: Caper. HEX triplet: AC, B6 and 88. RGB value is (172,182,136). Sum of RGB (Red+Green+Blue) = 172+182+136=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB688 is #534977. Grayscale: #ADADAD. Windows color (decimal): -5458296 or 8959660. OLE color: 8959660.

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

Color convert

RGB 172 182 136 -
CMYK 0.05 0 0.25 0.29
HSL 73.04º 0.24% 0.62% -
HSV(B) 73.04º 0.25% 0.71% -
XYZ 38.19 44 29.77 -
YUV 173.77 106.69 126.74 -
System Red Green Blue C M Y K H S L
Decimal 172 182 136 0.05 0 0.25 0.29 73.04 0.24 0.62
Hex AC B6 88 5 0 19 1D 49 18 3E
Octal 254 266 210 5 0 31 35 111 30 76
Binary 10101100 10110110 10001000 101 0 11001 11101 1001001 11000 111110

Color Harmonies of #ACB688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB688

Black with #ACB688

Text Example


Text Example

White with #ACB688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB688; }

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

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

background-color css

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

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

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

border-color css

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

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

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