Html Css Color HEX #A5A977 Locust

📋 copy color: '#A5A977'

red 165 ◦ green 169 ◦ blue 119

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

Shades of Locust #A5A977

Tints of Locust #A5A977

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.31%

 BLUE value IS 119 (46.88% from 255) = 26.27%

R = 36.42%
G = 37.31%
B = 26.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A5A977 (or 0xA5A977) is known color: Locust. HEX triplet: A5, A9 and 77. RGB value is (165,169,119). Sum of RGB (Red+Green+Blue) = 165+169+119=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A977 is #5A5688. Grayscale: #A2A2A2. Windows color (decimal): -5920393 or 7842213. OLE color: 7842213.

HSL color Cylindrical-coordinate representation of color #A5A977: hue angle of 64.8º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5A977 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 165 169 119 -
CMYK 0.02 0 0.30 0.34
HSL 64.8º 0.23% 0.56% -
HSV(B) 64.8º 0.3% 0.66% -
XYZ 33.03 37.71 22.99 -
YUV 162.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 165 169 119 0.02 0 0.30 0.34 64.8 0.23 0.56
Hex A5 A9 77 2 0 1E 22 41 17 38
Octal 245 251 167 2 0 36 42 101 27 70
Binary 10100101 10101001 1110111 10 0 11110 100010 1000001 10111 111000

Color Harmonies of #A5A977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A977

Black with #A5A977

Text Example


Text Example

White with #A5A977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A977; }

 p { color: rgb(165,169,119); }

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

background-color css

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

 a { background-color: rgb(165,169,119); }

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

border-color css

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

 span { border-color: rgb(165,169,119); }

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