Html Css Color HEX #A5AA76 Locust

📋 copy color: '#A5AA76'

red 165 ◦ green 170 ◦ blue 118

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

Shades of Locust #A5AA76

Tints of Locust #A5AA76

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.53%

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

R = 36.42%
G = 37.53%
B = 26.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#A5AA76 (or 0xA5AA76) is known color: Locust. HEX triplet: A5, AA and 76. RGB value is (165,170,118). Sum of RGB (Red+Green+Blue) = 165+170+118=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA76 is #5A5589. Grayscale: #A2A2A2. Windows color (decimal): -5920138 or 7776933. OLE color: 7776933.

HSL color Cylindrical-coordinate representation of color #A5AA76: hue angle of 65.77º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5AA76 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 170 118 -
CMYK 0.03 0 0.31 0.33
HSL 65.77º 0.23% 0.56% -
HSV(B) 65.77º 0.31% 0.67% -
XYZ 33.16 38.06 22.74 -
YUV 162.58 102.84 129.73 -
System Red Green Blue C M Y K H S L
Decimal 165 170 118 0.03 0 0.31 0.33 65.77 0.23 0.56
Hex A5 AA 76 3 0 1F 21 42 17 38
Octal 245 252 166 3 0 37 41 102 27 70
Binary 10100101 10101010 1110110 11 0 11111 100001 1000010 10111 111000

Color Harmonies of #A5AA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AA76

Black with #A5AA76

Text Example


Text Example

White with #A5AA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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