Html Css Color HEX #A5A470 Locust

📋 copy color: '#A5A470'

red 165 ◦ green 164 ◦ blue 112

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

Shades of Locust #A5A470

Tints of Locust #A5A470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.4%

R = 37.41%
G = 37.19%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A5A470 (or 0xA5A470) is known color: Locust. HEX triplet: A5, A4 and 70. RGB value is (165,164,112). Sum of RGB (Red+Green+Blue) = 165+164+112=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A470 is #5A5B8F. Grayscale: #9E9E9E. Windows color (decimal): -5921680 or 7382181. OLE color: 7382181.

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

Color convert

RGB 165 164 112 -
CMYK 0 0.01 0.32 0.35
HSL 58.87º 0.23% 0.54% -
HSV(B) 58.87º 0.32% 0.65% -
XYZ 31.72 35.72 20.55 -
YUV 158.37 101.83 132.73 -
System Red Green Blue C M Y K H S L
Decimal 165 164 112 0 0.01 0.32 0.35 58.87 0.23 0.54
Hex A5 A4 70 0 1 20 23 3B 17 36
Octal 245 244 160 0 1 40 43 73 27 66
Binary 10100101 10100100 1110000 0 1 100000 100011 111011 10111 110110

Color Harmonies of #A5A470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A470

Black with #A5A470

Text Example


Text Example

White with #A5A470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A470; }

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

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

background-color css

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

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

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

border-color css

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

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

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