Html Css Color HEX #ACB582 Caper

📋 copy color: '#ACB582'

red 172 ◦ green 181 ◦ blue 130

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

Shades of Caper #ACB582

Tints of Caper #ACB582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.92%

R = 35.61%
G = 37.47%
B = 26.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#ACB582 (or 0xACB582) is known color: Caper. HEX triplet: AC, B5 and 82. RGB value is (172,181,130). Sum of RGB (Red+Green+Blue) = 172+181+130=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB582 is #534A7D. Grayscale: #ACACAC. Windows color (decimal): -5458558 or 8566188. OLE color: 8566188.

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

Color convert

RGB 172 181 130 -
CMYK 0.05 0 0.28 0.29
HSL 70.59º 0.26% 0.61% -
HSV(B) 70.59º 0.28% 0.71% -
XYZ 37.57 43.43 27.52 -
YUV 172.5 104.02 127.65 -
System Red Green Blue C M Y K H S L
Decimal 172 181 130 0.05 0 0.28 0.29 70.59 0.26 0.61
Hex AC B5 82 5 0 1C 1D 47 1A 3D
Octal 254 265 202 5 0 34 35 107 32 75
Binary 10101100 10110101 10000010 101 0 11100 11101 1000111 11010 111101

Color Harmonies of #ACB582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB582

Black with #ACB582

Text Example


Text Example

White with #ACB582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB582; }

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

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

background-color css

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

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

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

border-color css

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

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

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