Html Css Color HEX #ACB881 Caper

📋 copy color: '#ACB881'

red 172 ◦ green 184 ◦ blue 129

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

Shades of Caper #ACB881

Tints of Caper #ACB881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.6%

R = 35.46%
G = 37.94%
B = 26.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#ACB881 (or 0xACB881) is known color: Caper. HEX triplet: AC, B8 and 81. RGB value is (172,184,129). Sum of RGB (Red+Green+Blue) = 172+184+129=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB881 is #53477E. Grayscale: #AEAEAE. Windows color (decimal): -5457791 or 8501420. OLE color: 8501420.

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

Color convert

RGB 172 184 129 -
CMYK 0.07 0 0.30 0.28
HSL 73.09º 0.28% 0.61% -
HSV(B) 73.09º 0.3% 0.72% -
XYZ 38.12 44.64 27.38 -
YUV 174.14 102.52 126.47 -
System Red Green Blue C M Y K H S L
Decimal 172 184 129 0.07 0 0.30 0.28 73.09 0.28 0.61
Hex AC B8 81 7 0 1E 1C 49 1C 3D
Octal 254 270 201 7 0 36 34 111 34 75
Binary 10101100 10111000 10000001 111 0 11110 11100 1001001 11100 111101

Color Harmonies of #ACB881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB881

Black with #ACB881

Text Example


Text Example

White with #ACB881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB881; }

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

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

background-color css

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

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

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

border-color css

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

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

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