Html Css Color HEX #ACB689 Caper

📋 copy color: '#ACB689'

red 172 ◦ green 182 ◦ blue 137

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

Shades of Caper #ACB689

Tints of Caper #ACB689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.9%

R = 35.03%
G = 37.07%
B = 27.9%

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

#ACB689 (or 0xACB689) is known color: Caper. HEX triplet: AC, B6 and 89. RGB value is (172,182,137). Sum of RGB (Red+Green+Blue) = 172+182+137=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB689 is #534976. Grayscale: #AEAEAE. Windows color (decimal): -5458295 or 9025196. OLE color: 9025196.

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

Color convert

RGB 172 182 137 -
CMYK 0.05 0 0.25 0.29
HSL 73.33º 0.24% 0.63% -
HSV(B) 73.33º 0.25% 0.71% -
XYZ 38.26 44.03 30.15 -
YUV 173.88 107.19 126.66 -
System Red Green Blue C M Y K H S L
Decimal 172 182 137 0.05 0 0.25 0.29 73.33 0.24 0.63
Hex AC B6 89 5 0 19 1D 49 18 3F
Octal 254 266 211 5 0 31 35 111 30 77
Binary 10101100 10110110 10001001 101 0 11001 11101 1001001 11000 111111

Color Harmonies of #ACB689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB689

Black with #ACB689

Text Example


Text Example

White with #ACB689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB689; }

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

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

background-color css

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

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

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

border-color css

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

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

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