Html Css Color HEX #ACB88B Caper

📋 copy color: '#ACB88B'

red 172 ◦ green 184 ◦ blue 139

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

Shades of Caper #ACB88B

Tints of Caper #ACB88B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.17%

 BLUE value IS 139 (54.69% from 255) = 28.08%

R = 34.75%
G = 37.17%
B = 28.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#ACB88B (or 0xACB88B) is known color: Caper. HEX triplet: AC, B8 and 8B. RGB value is (172,184,139). Sum of RGB (Red+Green+Blue) = 172+184+139=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB88B is #534774. Grayscale: #AFAFAF. Windows color (decimal): -5457781 or 9156780. OLE color: 9156780.

HSL color Cylindrical-coordinate representation of color #ACB88B: hue angle of 76º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACB88B is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 139 -
CMYK 0.07 0 0.24 0.28
HSL 76º 0.24% 0.63% -
HSV(B) 76º 0.24% 0.72% -
XYZ 38.81 44.92 31.05 -
YUV 175.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 172 184 139 0.07 0 0.24 0.28 76 0.24 0.63
Hex AC B8 8B 7 0 18 1C 4C 18 3F
Octal 254 270 213 7 0 30 34 114 30 77
Binary 10101100 10111000 10001011 111 0 11000 11100 1001100 11000 111111

Color Harmonies of #ACB88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB88B

Black with #ACB88B

Text Example


Text Example

White with #ACB88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB88B; }

 p { color: rgb(172,184,139); }

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

background-color css

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

 a { background-color: rgb(172,184,139); }

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

border-color css

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

 span { border-color: rgb(172,184,139); }

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