Html Css Color HEX #ACB88C Caper

📋 copy color: '#ACB88C'

red 172 ◦ green 184 ◦ blue 140

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

Shades of Caper #ACB88C

Tints of Caper #ACB88C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.23%

R = 34.68%
G = 37.1%
B = 28.23%

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

#ACB88C (or 0xACB88C) is known color: Caper. HEX triplet: AC, B8 and 8C. RGB value is (172,184,140). Sum of RGB (Red+Green+Blue) = 172+184+140=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB88C is #534773. Grayscale: #AFAFAF. Windows color (decimal): -5457780 or 9222316. OLE color: 9222316.

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

Color convert

RGB 172 184 140 -
CMYK 0.07 0 0.24 0.28
HSL 76.36º 0.24% 0.64% -
HSV(B) 76.36º 0.24% 0.72% -
XYZ 38.89 44.95 31.44 -
YUV 175.4 108.02 125.58 -
System Red Green Blue C M Y K H S L
Decimal 172 184 140 0.07 0 0.24 0.28 76.36 0.24 0.64
Hex AC B8 8C 7 0 18 1C 4C 18 40
Octal 254 270 214 7 0 30 34 114 30 100
Binary 10101100 10111000 10001100 111 0 11000 11100 1001100 11000 1000000

Color Harmonies of #ACB88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB88C

Black with #ACB88C

Text Example


Text Example

White with #ACB88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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