Html Css Color HEX #A5A473 Locust

📋 copy color: '#A5A473'

red 165 ◦ green 164 ◦ blue 115

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

Shades of Locust #A5A473

Tints of Locust #A5A473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.9%

R = 37.16%
G = 36.94%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A5A473 (or 0xA5A473) is known color: Locust. HEX triplet: A5, A4 and 73. RGB value is (165,164,115). Sum of RGB (Red+Green+Blue) = 165+164+115=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A473 is #5A5B8C. Grayscale: #9E9E9E. Windows color (decimal): -5921677 or 7578789. OLE color: 7578789.

HSL color Cylindrical-coordinate representation of color #A5A473: hue angle of 58.8º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5A473 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 164 115 -
CMYK 0 0.01 0.30 0.35
HSL 58.8º 0.22% 0.55% -
HSV(B) 58.8º 0.3% 0.65% -
XYZ 31.89 35.79 21.45 -
YUV 158.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 165 164 115 0 0.01 0.30 0.35 58.8 0.22 0.55
Hex A5 A4 73 0 1 1E 23 3B 16 37
Octal 245 244 163 0 1 36 43 73 26 67
Binary 10100101 10100100 1110011 0 1 11110 100011 111011 10110 110111

Color Harmonies of #A5A473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A473

Black with #A5A473

Text Example


Text Example

White with #A5A473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A473; }

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

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

background-color css

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

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

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

border-color css

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

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

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