Html Css Color HEX #A7AA83 Locust

📋 copy color: '#A7AA83'

red 167 ◦ green 170 ◦ blue 131

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

Shades of Locust #A7AA83

Tints of Locust #A7AA83

RGB

 RED value IS 167 (65.63% from 255) = 35.68%

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

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

R = 35.68%
G = 36.32%
B = 27.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#A7AA83 (or 0xA7AA83) is known color: Locust. HEX triplet: A7, AA and 83. RGB value is (167,170,131). Sum of RGB (Red+Green+Blue) = 167+170+131=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AA83 is #58557C. Grayscale: #A4A4A4. Windows color (decimal): -5789053 or 8628903. OLE color: 8628903.

HSL color Cylindrical-coordinate representation of color #A7AA83: hue angle of 64.62º 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 #A7AA83 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 170 131 -
CMYK 0.02 0 0.23 0.33
HSL 64.62º 0.19% 0.59% -
HSV(B) 64.62º 0.23% 0.67% -
XYZ 34.41 38.6 27.11 -
YUV 164.66 109.01 129.67 -
System Red Green Blue C M Y K H S L
Decimal 167 170 131 0.02 0 0.23 0.33 64.62 0.19 0.59
Hex A7 AA 83 2 0 17 21 41 13 3B
Octal 247 252 203 2 0 27 41 101 23 73
Binary 10100111 10101010 10000011 10 0 10111 100001 1000001 10011 111011

Color Harmonies of #A7AA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AA83

Black with #A7AA83

Text Example


Text Example

White with #A7AA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AA83; }

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

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

background-color css

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

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

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

border-color css

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

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

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