Html Css Color HEX #ACB88D Caper

📋 copy color: '#ACB88D'

red 172 ◦ green 184 ◦ blue 141

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

Shades of Caper #ACB88D

Tints of Caper #ACB88D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.37%

R = 34.61%
G = 37.02%
B = 28.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#ACB88D (or 0xACB88D) is known color: Caper. HEX triplet: AC, B8 and 8D. RGB value is (172,184,141). Sum of RGB (Red+Green+Blue) = 172+184+141=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB88D is #534772. Grayscale: #AFAFAF. Windows color (decimal): -5457779 or 9287852. OLE color: 9287852.

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

Color convert

RGB 172 184 141 -
CMYK 0.07 0 0.23 0.28
HSL 76.74º 0.23% 0.64% -
HSV(B) 76.74º 0.23% 0.72% -
XYZ 38.96 44.97 31.83 -
YUV 175.51 108.52 125.5 -
System Red Green Blue C M Y K H S L
Decimal 172 184 141 0.07 0 0.23 0.28 76.74 0.23 0.64
Hex AC B8 8D 7 0 17 1C 4D 17 40
Octal 254 270 215 7 0 27 34 115 27 100
Binary 10101100 10111000 10001101 111 0 10111 11100 1001101 10111 1000000

Color Harmonies of #ACB88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB88D

Black with #ACB88D

Text Example


Text Example

White with #ACB88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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