Html Css Color HEX #ACB171 Locust

📋 copy color: '#ACB171'

red 172 ◦ green 177 ◦ blue 113

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

Shades of Locust #ACB171

Tints of Locust #ACB171

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.31%

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

R = 37.23%
G = 38.31%
B = 24.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#ACB171 (or 0xACB171) is known color: Locust. HEX triplet: AC, B1 and 71. RGB value is (172,177,113). Sum of RGB (Red+Green+Blue) = 172+177+113=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB171 is #534E8E. Grayscale: #A8A8A8. Windows color (decimal): -5459599 or 7451052. OLE color: 7451052.

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

Color convert

RGB 172 177 113 -
CMYK 0.03 0 0.36 0.31
HSL 64.69º 0.29% 0.57% -
HSV(B) 64.69º 0.36% 0.69% -
XYZ 35.72 41.41 21.73 -
YUV 168.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 172 177 113 0.03 0 0.36 0.31 64.69 0.29 0.57
Hex AC B1 71 3 0 24 1F 41 1D 39
Octal 254 261 161 3 0 44 37 101 35 71
Binary 10101100 10110001 1110001 11 0 100100 11111 1000001 11101 111001

Color Harmonies of #ACB171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB171

Black with #ACB171

Text Example


Text Example

White with #ACB171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB171; }

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

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

background-color css

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

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

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

border-color css

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

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

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