Html Css Color HEX #ACB182 Locust

📋 copy color: '#ACB182'

red 172 ◦ green 177 ◦ blue 130

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

Shades of Locust #ACB182

Tints of Locust #ACB182

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.95%

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

R = 35.91%
G = 36.95%
B = 27.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#ACB182 (or 0xACB182) is known color: Locust. HEX triplet: AC, B1 and 82. RGB value is (172,177,130). Sum of RGB (Red+Green+Blue) = 172+177+130=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB182 is #534E7D. Grayscale: #AAAAAA. Windows color (decimal): -5459582 or 8565164. OLE color: 8565164.

HSL color Cylindrical-coordinate representation of color #ACB182: hue angle of 66.38º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACB182 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 130 -
CMYK 0.03 0 0.27 0.31
HSL 66.38º 0.23% 0.6% -
HSV(B) 66.38º 0.27% 0.69% -
XYZ 36.76 41.83 27.25 -
YUV 170.15 105.34 129.32 -
System Red Green Blue C M Y K H S L
Decimal 172 177 130 0.03 0 0.27 0.31 66.38 0.23 0.6
Hex AC B1 82 3 0 1B 1F 42 17 3C
Octal 254 261 202 3 0 33 37 102 27 74
Binary 10101100 10110001 10000010 11 0 11011 11111 1000010 10111 111100

Color Harmonies of #ACB182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB182

Black with #ACB182

Text Example


Text Example

White with #ACB182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB182; }

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

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

background-color css

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

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

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

border-color css

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

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

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