Html Css Color HEX #A7AA85 Locust

📋 copy color: '#A7AA85'

red 167 ◦ green 170 ◦ blue 133

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

Shades of Locust #A7AA85

Tints of Locust #A7AA85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.3%

R = 35.53%
G = 36.17%
B = 28.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#A7AA85 (or 0xA7AA85) is known color: Locust. HEX triplet: A7, AA and 85. RGB value is (167,170,133). Sum of RGB (Red+Green+Blue) = 167+170+133=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AA85 is #58557A. Grayscale: #A5A5A5. Windows color (decimal): -5789051 or 8759975. OLE color: 8759975.

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

Color convert

RGB 167 170 133 -
CMYK 0.02 0 0.22 0.33
HSL 64.86º 0.18% 0.59% -
HSV(B) 64.86º 0.22% 0.67% -
XYZ 34.54 38.66 27.83 -
YUV 164.89 110.01 129.51 -
System Red Green Blue C M Y K H S L
Decimal 167 170 133 0.02 0 0.22 0.33 64.86 0.18 0.59
Hex A7 AA 85 2 0 16 21 41 12 3B
Octal 247 252 205 2 0 26 41 101 22 73
Binary 10100111 10101010 10000101 10 0 10110 100001 1000001 10010 111011

Color Harmonies of #A7AA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AA85

Black with #A7AA85

Text Example


Text Example

White with #A7AA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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