Html Css Color HEX #ACB075 Locust

📋 copy color: '#ACB075'

red 172 ◦ green 176 ◦ blue 117

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

Shades of Locust #ACB075

Tints of Locust #ACB075

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.85%

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

R = 36.99%
G = 37.85%
B = 25.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#ACB075 (or 0xACB075) is known color: Locust. HEX triplet: AC, B0 and 75. RGB value is (172,176,117). Sum of RGB (Red+Green+Blue) = 172+176+117=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB075 is #534F8A. Grayscale: #A8A8A8. Windows color (decimal): -5459851 or 7712940. OLE color: 7712940.

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

Color convert

RGB 172 176 117 -
CMYK 0.02 0 0.34 0.31
HSL 64.07º 0.27% 0.57% -
HSV(B) 64.07º 0.34% 0.69% -
XYZ 35.75 41.11 22.88 -
YUV 168.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 172 176 117 0.02 0 0.34 0.31 64.07 0.27 0.57
Hex AC B0 75 2 0 22 1F 40 1B 39
Octal 254 260 165 2 0 42 37 100 33 71
Binary 10101100 10110000 1110101 10 0 100010 11111 1000000 11011 111001

Color Harmonies of #ACB075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB075

Black with #ACB075

Text Example


Text Example

White with #ACB075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB075; }

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

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

background-color css

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

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

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

border-color css

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

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

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