Html Css Color HEX #A7A986 Locust

📋 copy color: '#A7A986'

red 167 ◦ green 169 ◦ blue 134

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

Shades of Locust #A7A986

Tints of Locust #A7A986

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.96%

 BLUE value IS 134 (52.73% from 255) = 28.51%

R = 35.53%
G = 35.96%
B = 28.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A7A986 (or 0xA7A986) is known color: Locust. HEX triplet: A7, A9 and 86. RGB value is (167,169,134). Sum of RGB (Red+Green+Blue) = 167+169+134=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 169 - color contains mainly: green. Hex color #A7A986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A986 is #585679. Grayscale: #A4A4A4. Windows color (decimal): -5789306 or 8825255. OLE color: 8825255.

HSL color Cylindrical-coordinate representation of color #A7A986: hue angle of 63.43º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A7A986 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 167 169 134 -
CMYK 0.01 0 0.21 0.34
HSL 63.43º 0.17% 0.59% -
HSV(B) 63.43º 0.21% 0.66% -
XYZ 34.43 38.31 28.13 -
YUV 164.41 110.84 129.85 -
System Red Green Blue C M Y K H S L
Decimal 167 169 134 0.01 0 0.21 0.34 63.43 0.17 0.59
Hex A7 A9 86 1 0 15 22 3F 11 3B
Octal 247 251 206 1 0 25 42 77 21 73
Binary 10100111 10101001 10000110 1 0 10101 100010 111111 10001 111011

Color Harmonies of #A7A986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A986

Black with #A7A986

Text Example


Text Example

White with #A7A986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A986; }

 p { color: rgb(167,169,134); }

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

background-color css

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

 a { background-color: rgb(167,169,134); }

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

border-color css

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

 span { border-color: rgb(167,169,134); }

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