Html Css Color HEX #ACB080 Locust

📋 copy color: '#ACB080'

red 172 ◦ green 176 ◦ blue 128

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

Shades of Locust #ACB080

Tints of Locust #ACB080

RGB

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

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

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

R = 36.13%
G = 36.97%
B = 26.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#ACB080 (or 0xACB080) is known color: Locust. HEX triplet: AC, B0 and 80. RGB value is (172,176,128). Sum of RGB (Red+Green+Blue) = 172+176+128=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB080 is #534F7F. Grayscale: #A9A9A9. Windows color (decimal): -5459840 or 8433836. OLE color: 8433836.

HSL color Cylindrical-coordinate representation of color #ACB080: hue angle of 65º 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 #ACB080 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 128 -
CMYK 0.02 0 0.27 0.31
HSL 65º 0.23% 0.6% -
HSV(B) 65º 0.27% 0.69% -
XYZ 36.43 41.38 26.49 -
YUV 169.33 104.67 129.9 -
System Red Green Blue C M Y K H S L
Decimal 172 176 128 0.02 0 0.27 0.31 65 0.23 0.6
Hex AC B0 80 2 0 1B 1F 41 17 3C
Octal 254 260 200 2 0 33 37 101 27 74
Binary 10101100 10110000 10000000 10 0 11011 11111 1000001 10111 111100

Color Harmonies of #ACB080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB080

Black with #ACB080

Text Example


Text Example

White with #ACB080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB080; }

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

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

background-color css

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

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

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

border-color css

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

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

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