Html Css Color HEX #ACB482 Caper

📋 copy color: '#ACB482'

red 172 ◦ green 180 ◦ blue 130

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

Shades of Caper #ACB482

Tints of Caper #ACB482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.34%

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

R = 35.68%
G = 37.34%
B = 26.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#ACB482 (or 0xACB482) is known color: Caper. HEX triplet: AC, B4 and 82. RGB value is (172,180,130). Sum of RGB (Red+Green+Blue) = 172+180+130=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB482 is #534B7D. Grayscale: #ACACAC. Windows color (decimal): -5458814 or 8565932. OLE color: 8565932.

HSL color Cylindrical-coordinate representation of color #ACB482: hue angle of 69.6º degrees, saturation: 0.25, 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 #ACB482 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 130 -
CMYK 0.04 0 0.28 0.29
HSL 69.6º 0.25% 0.61% -
HSV(B) 69.6º 0.28% 0.71% -
XYZ 37.36 43.02 27.45 -
YUV 171.91 104.35 128.07 -
System Red Green Blue C M Y K H S L
Decimal 172 180 130 0.04 0 0.28 0.29 69.6 0.25 0.61
Hex AC B4 82 4 0 1C 1D 46 19 3D
Octal 254 264 202 4 0 34 35 106 31 75
Binary 10101100 10110100 10000010 100 0 11100 11101 1000110 11001 111101

Color Harmonies of #ACB482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB482

Black with #ACB482

Text Example


Text Example

White with #ACB482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB482; }

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

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

background-color css

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

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

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

border-color css

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

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

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