Html Css Color HEX #ACB172 Locust

📋 copy color: '#ACB172'

red 172 ◦ green 177 ◦ blue 114

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

Shades of Locust #ACB172

Tints of Locust #ACB172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.62%

R = 37.15%
G = 38.23%
B = 24.62%

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

#ACB172 (or 0xACB172) is known color: Locust. HEX triplet: AC, B1 and 72. RGB value is (172,177,114). Sum of RGB (Red+Green+Blue) = 172+177+114=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB172 is #534E8D. Grayscale: #A8A8A8. Windows color (decimal): -5459598 or 7516588. OLE color: 7516588.

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

Color convert

RGB 172 177 114 -
CMYK 0.03 0 0.36 0.31
HSL 64.76º 0.29% 0.57% -
HSV(B) 64.76º 0.36% 0.69% -
XYZ 35.77 41.43 22.03 -
YUV 168.32 97.34 130.62 -
System Red Green Blue C M Y K H S L
Decimal 172 177 114 0.03 0 0.36 0.31 64.76 0.29 0.57
Hex AC B1 72 3 0 24 1F 41 1D 39
Octal 254 261 162 3 0 44 37 101 35 71
Binary 10101100 10110001 1110010 11 0 100100 11111 1000001 11101 111001

Color Harmonies of #ACB172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB172

Black with #ACB172

Text Example


Text Example

White with #ACB172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB172; }

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

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

background-color css

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

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

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

border-color css

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

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

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