Html Css Color HEX #ACB074 Locust

📋 copy color: '#ACB074'

red 172 ◦ green 176 ◦ blue 116

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

Shades of Locust #ACB074

Tints of Locust #ACB074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25%

R = 37.07%
G = 37.93%
B = 25%

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

#ACB074 (or 0xACB074) is known color: Locust. HEX triplet: AC, B0 and 74. RGB value is (172,176,116). Sum of RGB (Red+Green+Blue) = 172+176+116=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB074 is #534F8B. Grayscale: #A8A8A8. Windows color (decimal): -5459852 or 7647404. OLE color: 7647404.

HSL color Cylindrical-coordinate representation of color #ACB074: hue angle of 64º degrees, saturation: 0.28, 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 #ACB074 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 116 -
CMYK 0.02 0 0.34 0.31
HSL 64º 0.28% 0.57% -
HSV(B) 64º 0.34% 0.69% -
XYZ 35.69 41.08 22.57 -
YUV 167.96 98.67 130.88 -
System Red Green Blue C M Y K H S L
Decimal 172 176 116 0.02 0 0.34 0.31 64 0.28 0.57
Hex AC B0 74 2 0 22 1F 40 1C 39
Octal 254 260 164 2 0 42 37 100 34 71
Binary 10101100 10110000 1110100 10 0 100010 11111 1000000 11100 111001

Color Harmonies of #ACB074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB074

Black with #ACB074

Text Example


Text Example

White with #ACB074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB074; }

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

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

background-color css

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

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

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

border-color css

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

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

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