#A7AF7D

Color #A7AF7D Locust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Locust #A7AF7D

Tints of Locust #A7AF7D

Color information

#A7AF7D (or 0xA7AF7D) is unknown color: approx Locust. HEX triplet: A7, AF and 7D. RGB value is (167,175,125). Sum of RGB (Red+Green+Blue) = 167+175+125=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AF7D is #585082. Grayscale: #A7A7A7. Windows color (decimal): -5787779 or 8236967. OLE color: 8236967.

HSL color Cylindrical-coordinate representation of color #A7AF7D: hue angle of 69.6º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7AF7D is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB167175125-
CMYK0.0500.290.31
HSL69.6º23.81%58.82%-
HSV(B)69.6º28.57%68.63%-
XYZ34.9740.3625.35-
YUV166.91104.35128.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.76%
GREEN value IS 175 (68.75% from 255) = 37.47%
BLUE value IS 125 (49.22% from 255) = 26.77%
R=35.76%
G=37.47%
B=26.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671751250.0500.290.3169.623.8158.82
HexA7AF7D501D1F46183b
Octal2472571755035371063073
Binary1010011110101111111110110101110111111100011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AF7D; }

 p { color: rgb(167,175,125); }

 H1.HeaderClassName
 {
   color: #A7AF7D;
 }
 .AnyTagClassName
 {
   color: #A7AF7D;
 }
</style>
background-color css

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

 a { background-color: rgb(167,175,125); }

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

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

 span { border-color: rgb(167,175,125); }

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