Html Css Color HEX #A3A489 Locust

📋 copy color: '#A3A489'

red 163 ◦ green 164 ◦ blue 137

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

Shades of Locust #A3A489

Tints of Locust #A3A489

RGB

 RED value IS 163 (64.06% from 255) = 35.13%

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

 BLUE value IS 137 (53.91% from 255) = 29.53%

R = 35.13%
G = 35.34%
B = 29.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A3A489 (or 0xA3A489) is known color: Locust. HEX triplet: A3, A4 and 89. RGB value is (163,164,137). Sum of RGB (Red+Green+Blue) = 163+164+137=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A489 is #5C5B76. Grayscale: #A0A0A0. Windows color (decimal): -6052727 or 9020579. OLE color: 9020579.

HSL color Cylindrical-coordinate representation of color #A3A489: hue angle of 62.22º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3A489 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 164 137 -
CMYK 0.01 0 0.16 0.36
HSL 62.22º 0.13% 0.59% -
HSV(B) 62.22º 0.16% 0.64% -
XYZ 32.9 36.14 28.91 -
YUV 160.62 114.67 129.7 -
System Red Green Blue C M Y K H S L
Decimal 163 164 137 0.01 0 0.16 0.36 62.22 0.13 0.59
Hex A3 A4 89 1 0 10 24 3E D 3B
Octal 243 244 211 1 0 20 44 76 15 73
Binary 10100011 10100100 10001001 1 0 10000 100100 111110 1101 111011

Color Harmonies of #A3A489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A489

Black with #A3A489

Text Example


Text Example

White with #A3A489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A489; }

 p { color: rgb(163,164,137); }

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

background-color css

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

 a { background-color: rgb(163,164,137); }

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

border-color css

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

 span { border-color: rgb(163,164,137); }

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