Html Css Color HEX #ACB077 Locust

📋 copy color: '#ACB077'

red 172 ◦ green 176 ◦ blue 119

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

Shades of Locust #ACB077

Tints of Locust #ACB077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.48%

R = 36.83%
G = 37.69%
B = 25.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#ACB077 (or 0xACB077) is known color: Locust. HEX triplet: AC, B0 and 77. RGB value is (172,176,119). Sum of RGB (Red+Green+Blue) = 172+176+119=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB077 is #534F88. Grayscale: #A8A8A8. Windows color (decimal): -5459849 or 7844012. OLE color: 7844012.

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

Color convert

RGB 172 176 119 -
CMYK 0.02 0 0.32 0.31
HSL 64.21º 0.27% 0.58% -
HSV(B) 64.21º 0.32% 0.69% -
XYZ 35.87 41.15 23.51 -
YUV 168.31 100.17 130.63 -
System Red Green Blue C M Y K H S L
Decimal 172 176 119 0.02 0 0.32 0.31 64.21 0.27 0.58
Hex AC B0 77 2 0 20 1F 40 1B 3A
Octal 254 260 167 2 0 40 37 100 33 72
Binary 10101100 10110000 1110111 10 0 100000 11111 1000000 11011 111010

Color Harmonies of #ACB077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB077

Black with #ACB077

Text Example


Text Example

White with #ACB077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB077; }

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

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

background-color css

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

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

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

border-color css

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

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

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