Html Css Color HEX #ACB175 Locust

📋 copy color: '#ACB175'

red 172 ◦ green 177 ◦ blue 117

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

Shades of Locust #ACB175

Tints of Locust #ACB175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.11%

R = 36.91%
G = 37.98%
B = 25.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#ACB175 (or 0xACB175) is known color: Locust. HEX triplet: AC, B1 and 75. RGB value is (172,177,117). Sum of RGB (Red+Green+Blue) = 172+177+117=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB175 is #534E8A. Grayscale: #A8A8A8. Windows color (decimal): -5459595 or 7713196. OLE color: 7713196.

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

Color convert

RGB 172 177 117 -
CMYK 0.03 0 0.34 0.31
HSL 65º 0.28% 0.58% -
HSV(B) 65º 0.34% 0.69% -
XYZ 35.95 41.5 22.95 -
YUV 168.67 98.84 130.38 -
System Red Green Blue C M Y K H S L
Decimal 172 177 117 0.03 0 0.34 0.31 65 0.28 0.58
Hex AC B1 75 3 0 22 1F 41 1C 3A
Octal 254 261 165 3 0 42 37 101 34 72
Binary 10101100 10110001 1110101 11 0 100010 11111 1000001 11100 111010

Color Harmonies of #ACB175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB175

Black with #ACB175

Text Example


Text Example

White with #ACB175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB175; }

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

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

background-color css

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

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

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

border-color css

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

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

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