Html Css Color HEX #ACB571 Locust

📋 copy color: '#ACB571'

red 172 ◦ green 181 ◦ blue 113

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

Shades of Locust #ACB571

Tints of Locust #ACB571

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.84%

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

R = 36.91%
G = 38.84%
B = 24.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#ACB571 (or 0xACB571) is known color: Locust. HEX triplet: AC, B5 and 71. RGB value is (172,181,113). Sum of RGB (Red+Green+Blue) = 172+181+113=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB571 is #534A8E. Grayscale: #AAAAAA. Windows color (decimal): -5458575 or 7452076. OLE color: 7452076.

HSL color Cylindrical-coordinate representation of color #ACB571: hue angle of 67.94º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACB571 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 181 113 -
CMYK 0.05 0 0.38 0.29
HSL 67.94º 0.31% 0.58% -
HSV(B) 67.94º 0.38% 0.71% -
XYZ 36.52 43.01 22 -
YUV 170.56 95.52 129.03 -
System Red Green Blue C M Y K H S L
Decimal 172 181 113 0.05 0 0.38 0.29 67.94 0.31 0.58
Hex AC B5 71 5 0 26 1D 44 1F 3A
Octal 254 265 161 5 0 46 35 104 37 72
Binary 10101100 10110101 1110001 101 0 100110 11101 1000100 11111 111010

Color Harmonies of #ACB571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB571

Black with #ACB571

Text Example


Text Example

White with #ACB571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB571; }

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

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

background-color css

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

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

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

border-color css

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

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

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