Html Css Color HEX #ACB981 Caper

📋 copy color: '#ACB981'

red 172 ◦ green 185 ◦ blue 129

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

Shades of Caper #ACB981

Tints of Caper #ACB981

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.07%

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

R = 35.39%
G = 38.07%
B = 26.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#ACB981 (or 0xACB981) is known color: Caper. HEX triplet: AC, B9 and 81. RGB value is (172,185,129). Sum of RGB (Red+Green+Blue) = 172+185+129=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB981 is #53467E. Grayscale: #AEAEAE. Windows color (decimal): -5457535 or 8501676. OLE color: 8501676.

HSL color Cylindrical-coordinate representation of color #ACB981: hue angle of 73.93º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACB981 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 129 -
CMYK 0.07 0 0.30 0.27
HSL 73.93º 0.29% 0.62% -
HSV(B) 73.93º 0.3% 0.73% -
XYZ 38.32 45.05 27.45 -
YUV 174.73 102.19 126.05 -
System Red Green Blue C M Y K H S L
Decimal 172 185 129 0.07 0 0.30 0.27 73.93 0.29 0.62
Hex AC B9 81 7 0 1E 1B 4A 1D 3E
Octal 254 271 201 7 0 36 33 112 35 76
Binary 10101100 10111001 10000001 111 0 11110 11011 1001010 11101 111110

Color Harmonies of #ACB981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB981

Black with #ACB981

Text Example


Text Example

White with #ACB981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB981; }

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

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

background-color css

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

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

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

border-color css

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

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

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