Html Css Color HEX #ACB471 Locust

📋 copy color: '#ACB471'

red 172 ◦ green 180 ◦ blue 113

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

Shades of Locust #ACB471

Tints of Locust #ACB471

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.71%

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

R = 36.99%
G = 38.71%
B = 24.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#ACB471 (or 0xACB471) is known color: Locust. HEX triplet: AC, B4 and 71. RGB value is (172,180,113). Sum of RGB (Red+Green+Blue) = 172+180+113=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB471 is #534B8E. Grayscale: #AAAAAA. Windows color (decimal): -5458831 or 7451820. OLE color: 7451820.

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

Color convert

RGB 172 180 113 -
CMYK 0.04 0 0.37 0.29
HSL 67.16º 0.31% 0.57% -
HSV(B) 67.16º 0.37% 0.71% -
XYZ 36.32 42.61 21.93 -
YUV 169.97 95.85 129.45 -
System Red Green Blue C M Y K H S L
Decimal 172 180 113 0.04 0 0.37 0.29 67.16 0.31 0.57
Hex AC B4 71 4 0 25 1D 43 1F 39
Octal 254 264 161 4 0 45 35 103 37 71
Binary 10101100 10110100 1110001 100 0 100101 11101 1000011 11111 111001

Color Harmonies of #ACB471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB471

Black with #ACB471

Text Example


Text Example

White with #ACB471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB471; }

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

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

background-color css

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

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

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

border-color css

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

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

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