Html Css Color HEX #A4A776 Locust

📋 copy color: '#A4A776'

red 164 ◦ green 167 ◦ blue 118

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

Shades of Locust #A4A776

Tints of Locust #A4A776

RGB

 RED value IS 164 (64.45% from 255) = 36.53%

 GREEN value IS 167 (65.63% from 255) = 37.19%

 BLUE value IS 118 (46.48% from 255) = 26.28%

R = 36.53%
G = 37.19%
B = 26.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A4A776 (or 0xA4A776) is known color: Locust. HEX triplet: A4, A7 and 76. RGB value is (164,167,118). Sum of RGB (Red+Green+Blue) = 164+167+118=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A776 is #5B5889. Grayscale: #A0A0A0. Windows color (decimal): -5986442 or 7776164. OLE color: 7776164.

HSL color Cylindrical-coordinate representation of color #A4A776: hue angle of 63.67º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4A776 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 164 167 118 -
CMYK 0.02 0 0.29 0.35
HSL 63.67º 0.22% 0.56% -
HSV(B) 63.67º 0.29% 0.65% -
XYZ 32.4 36.84 22.54 -
YUV 160.52 104.01 130.48 -
System Red Green Blue C M Y K H S L
Decimal 164 167 118 0.02 0 0.29 0.35 63.67 0.22 0.56
Hex A4 A7 76 2 0 1D 23 40 16 38
Octal 244 247 166 2 0 35 43 100 26 70
Binary 10100100 10100111 1110110 10 0 11101 100011 1000000 10110 111000

Color Harmonies of #A4A776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A776

Black with #A4A776

Text Example


Text Example

White with #A4A776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A776; }

 p { color: rgb(164,167,118); }

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

background-color css

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

 a { background-color: rgb(164,167,118); }

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

border-color css

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

 span { border-color: rgb(164,167,118); }

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