Html Css Color HEX #ACB079 Locust

📋 copy color: '#ACB079'

red 172 ◦ green 176 ◦ blue 121

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

Shades of Locust #ACB079

Tints of Locust #ACB079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.8%

R = 36.67%
G = 37.53%
B = 25.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#ACB079 (or 0xACB079) is known color: Locust. HEX triplet: AC, B0 and 79. RGB value is (172,176,121). Sum of RGB (Red+Green+Blue) = 172+176+121=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB079 is #534F86. Grayscale: #A8A8A8. Windows color (decimal): -5459847 or 7975084. OLE color: 7975084.

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

Color convert

RGB 172 176 121 -
CMYK 0.02 0 0.31 0.31
HSL 64.36º 0.26% 0.58% -
HSV(B) 64.36º 0.31% 0.69% -
XYZ 35.99 41.2 24.15 -
YUV 168.53 101.17 130.47 -
System Red Green Blue C M Y K H S L
Decimal 172 176 121 0.02 0 0.31 0.31 64.36 0.26 0.58
Hex AC B0 79 2 0 1F 1F 40 1A 3A
Octal 254 260 171 2 0 37 37 100 32 72
Binary 10101100 10110000 1111001 10 0 11111 11111 1000000 11010 111010

Color Harmonies of #ACB079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB079

Black with #ACB079

Text Example


Text Example

White with #ACB079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB079; }

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

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

background-color css

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

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

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

border-color css

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

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

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