Html Css Color HEX #ACB071 Locust

📋 copy color: '#ACB071'

red 172 ◦ green 176 ◦ blue 113

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

Shades of Locust #ACB071

Tints of Locust #ACB071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.51%

R = 37.31%
G = 38.18%
B = 24.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#ACB071 (or 0xACB071) is known color: Locust. HEX triplet: AC, B0 and 71. RGB value is (172,176,113). Sum of RGB (Red+Green+Blue) = 172+176+113=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB071 is #534F8E. Grayscale: #A7A7A7. Windows color (decimal): -5459855 or 7450796. OLE color: 7450796.

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

Color convert

RGB 172 176 113 -
CMYK 0.02 0 0.36 0.31
HSL 63.81º 0.29% 0.57% -
HSV(B) 63.81º 0.36% 0.69% -
XYZ 35.52 41.01 21.67 -
YUV 167.62 97.17 131.12 -
System Red Green Blue C M Y K H S L
Decimal 172 176 113 0.02 0 0.36 0.31 63.81 0.29 0.57
Hex AC B0 71 2 0 24 1F 40 1D 39
Octal 254 260 161 2 0 44 37 100 35 71
Binary 10101100 10110000 1110001 10 0 100100 11111 1000000 11101 111001

Color Harmonies of #ACB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB071

Black with #ACB071

Text Example


Text Example

White with #ACB071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB071; }

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

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

background-color css

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

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

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

border-color css

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

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

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