Html Css Color HEX #A3AA83 Locust

📋 copy color: '#A3AA83'

red 163 ◦ green 170 ◦ blue 131

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

Shades of Locust #A3AA83

Tints of Locust #A3AA83

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.64%

 BLUE value IS 131 (51.56% from 255) = 28.23%

R = 35.13%
G = 36.64%
B = 28.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#A3AA83 (or 0xA3AA83) is known color: Locust. HEX triplet: A3, AA and 83. RGB value is (163,170,131). Sum of RGB (Red+Green+Blue) = 163+170+131=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AA83 is #5C557C. Grayscale: #A3A3A3. Windows color (decimal): -6051197 or 8628899. OLE color: 8628899.

HSL color Cylindrical-coordinate representation of color #A3AA83: hue angle of 70.77º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3AA83 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 170 131 -
CMYK 0.04 0 0.23 0.33
HSL 70.77º 0.19% 0.59% -
HSV(B) 70.77º 0.23% 0.67% -
XYZ 33.58 38.17 27.07 -
YUV 163.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 163 170 131 0.04 0 0.23 0.33 70.77 0.19 0.59
Hex A3 AA 83 4 0 17 21 47 13 3B
Octal 243 252 203 4 0 27 41 107 23 73
Binary 10100011 10101010 10000011 100 0 10111 100001 1000111 10011 111011

Color Harmonies of #A3AA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AA83

Black with #A3AA83

Text Example


Text Example

White with #A3AA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AA83; }

 p { color: rgb(163,170,131); }

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

background-color css

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

 a { background-color: rgb(163,170,131); }

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

border-color css

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

 span { border-color: rgb(163,170,131); }

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