Html Css Color HEX #ACB082 Locust

📋 copy color: '#ACB082'

red 172 ◦ green 176 ◦ blue 130

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

Shades of Locust #ACB082

Tints of Locust #ACB082

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.82%

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

R = 35.98%
G = 36.82%
B = 27.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#ACB082 (or 0xACB082) is known color: Locust. HEX triplet: AC, B0 and 82. RGB value is (172,176,130). Sum of RGB (Red+Green+Blue) = 172+176+130=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB082 is #534F7D. Grayscale: #A9A9A9. Windows color (decimal): -5459838 or 8564908. OLE color: 8564908.

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

Color convert

RGB 172 176 130 -
CMYK 0.02 0 0.26 0.31
HSL 65.22º 0.23% 0.6% -
HSV(B) 65.22º 0.26% 0.69% -
XYZ 36.57 41.43 27.19 -
YUV 169.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 172 176 130 0.02 0 0.26 0.31 65.22 0.23 0.6
Hex AC B0 82 2 0 1A 1F 41 17 3C
Octal 254 260 202 2 0 32 37 101 27 74
Binary 10101100 10110000 10000010 10 0 11010 11111 1000001 10111 111100

Color Harmonies of #ACB082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB082

Black with #ACB082

Text Example


Text Example

White with #ACB082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB082; }

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

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

background-color css

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

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

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

border-color css

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

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

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