Html Css Color HEX #ACB170 Locust

📋 copy color: '#ACB170'

red 172 ◦ green 177 ◦ blue 112

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

Shades of Locust #ACB170

Tints of Locust #ACB170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.3%

R = 37.31%
G = 38.39%
B = 24.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#ACB170 (or 0xACB170) is known color: Locust. HEX triplet: AC, B1 and 70. RGB value is (172,177,112). Sum of RGB (Red+Green+Blue) = 172+177+112=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB170 is #534E8F. Grayscale: #A8A8A8. Windows color (decimal): -5459600 or 7385516. OLE color: 7385516.

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

Color convert

RGB 172 177 112 -
CMYK 0.03 0 0.37 0.31
HSL 64.62º 0.29% 0.57% -
HSV(B) 64.62º 0.37% 0.69% -
XYZ 35.66 41.38 21.44 -
YUV 168.1 96.34 130.79 -
System Red Green Blue C M Y K H S L
Decimal 172 177 112 0.03 0 0.37 0.31 64.62 0.29 0.57
Hex AC B1 70 3 0 25 1F 41 1D 39
Octal 254 261 160 3 0 45 37 101 35 71
Binary 10101100 10110001 1110000 11 0 100101 11111 1000001 11101 111001

Color Harmonies of #ACB170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB170

Black with #ACB170

Text Example


Text Example

White with #ACB170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB170; }

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

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

background-color css

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

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

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

border-color css

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

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

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