Html Css Color HEX #A5A776 Locust

📋 copy color: '#A5A776'

red 165 ◦ green 167 ◦ blue 118

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

Shades of Locust #A5A776

Tints of Locust #A5A776

RGB

 RED value IS 165 (64.84% from 255) = 36.67%

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

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

R = 36.67%
G = 37.11%
B = 26.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A5A776 (or 0xA5A776) is known color: Locust. HEX triplet: A5, A7 and 76. RGB value is (165,167,118). Sum of RGB (Red+Green+Blue) = 165+167+118=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A776 is #5A5889. Grayscale: #A1A1A1. Windows color (decimal): -5920906 or 7776165. OLE color: 7776165.

HSL color Cylindrical-coordinate representation of color #A5A776: hue angle of 62.45º 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 #A5A776 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 167 118 -
CMYK 0.01 0 0.29 0.35
HSL 62.45º 0.22% 0.56% -
HSV(B) 62.45º 0.29% 0.65% -
XYZ 32.61 36.94 22.55 -
YUV 160.82 103.84 130.98 -
System Red Green Blue C M Y K H S L
Decimal 165 167 118 0.01 0 0.29 0.35 62.45 0.22 0.56
Hex A5 A7 76 1 0 1D 23 3E 16 38
Octal 245 247 166 1 0 35 43 76 26 70
Binary 10100101 10100111 1110110 1 0 11101 100011 111110 10110 111000

Color Harmonies of #A5A776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A776

Black with #A5A776

Text Example


Text Example

White with #A5A776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A776; }

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

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

background-color css

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

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

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

border-color css

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

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

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