Html Css Color HEX #A5A477 Locust

📋 copy color: '#A5A477'

red 165 ◦ green 164 ◦ blue 119

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

Shades of Locust #A5A477

Tints of Locust #A5A477

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.61%

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

R = 36.83%
G = 36.61%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A5A477 (or 0xA5A477) is known color: Locust. HEX triplet: A5, A4 and 77. RGB value is (165,164,119). Sum of RGB (Red+Green+Blue) = 165+164+119=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A477 is #5A5B88. Grayscale: #9F9F9F. Windows color (decimal): -5921673 or 7840933. OLE color: 7840933.

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

Color convert

RGB 165 164 119 -
CMYK 0 0.01 0.28 0.35
HSL 58.7º 0.2% 0.56% -
HSV(B) 58.7º 0.28% 0.65% -
XYZ 32.12 35.88 22.69 -
YUV 159.17 105.33 132.16 -
System Red Green Blue C M Y K H S L
Decimal 165 164 119 0 0.01 0.28 0.35 58.7 0.2 0.56
Hex A5 A4 77 0 1 1C 23 3B 14 38
Octal 245 244 167 0 1 34 43 73 24 70
Binary 10100101 10100100 1110111 0 1 11100 100011 111011 10100 111000

Color Harmonies of #A5A477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A477

Black with #A5A477

Text Example


Text Example

White with #A5A477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A477; }

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

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

background-color css

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

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

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

border-color css

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

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

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