Html Css Color HEX #ACB580 Caper

📋 copy color: '#ACB580'

red 172 ◦ green 181 ◦ blue 128

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

Shades of Caper #ACB580

Tints of Caper #ACB580

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.63%

 BLUE value IS 128 (50.39% from 255) = 26.61%

R = 35.76%
G = 37.63%
B = 26.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#ACB580 (or 0xACB580) is known color: Caper. HEX triplet: AC, B5 and 80. RGB value is (172,181,128). Sum of RGB (Red+Green+Blue) = 172+181+128=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB580 is #534A7F. Grayscale: #ACACAC. Windows color (decimal): -5458560 or 8435116. OLE color: 8435116.

HSL color Cylindrical-coordinate representation of color #ACB580: hue angle of 70.19º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACB580 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 181 128 -
CMYK 0.05 0 0.29 0.29
HSL 70.19º 0.26% 0.61% -
HSV(B) 70.19º 0.29% 0.71% -
XYZ 37.43 43.38 26.82 -
YUV 172.27 103.02 127.81 -
System Red Green Blue C M Y K H S L
Decimal 172 181 128 0.05 0 0.29 0.29 70.19 0.26 0.61
Hex AC B5 80 5 0 1D 1D 46 1A 3D
Octal 254 265 200 5 0 35 35 106 32 75
Binary 10101100 10110101 10000000 101 0 11101 11101 1000110 11010 111101

Color Harmonies of #ACB580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB580

Black with #ACB580

Text Example


Text Example

White with #ACB580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB580; }

 p { color: rgb(172,181,128); }

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

background-color css

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

 a { background-color: rgb(172,181,128); }

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

border-color css

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

 span { border-color: rgb(172,181,128); }

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