#A7AF75

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

Shades of Locust #A7AF75

Tints of Locust #A7AF75

Color information

#A7AF75 (or 0xA7AF75) is unknown color: approx Locust. HEX triplet: A7, AF and 75. RGB value is (167,175,117). Sum of RGB (Red+Green+Blue) = 167+175+117=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AF75 is #58508A. Grayscale: #A6A6A6. Windows color (decimal): -5787787 or 7712679. OLE color: 7712679.

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

Color convert

RGB167175117-
CMYK0.0500.330.31
HSL68.28º26.61%57.25%-
HSV(B)68.28º33.14%68.63%-
XYZ34.4840.1622.76-
YUV166100.35128.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.38%
GREEN value IS 175 (68.75% from 255) = 38.13%
BLUE value IS 117 (46.09% from 255) = 25.49%
R=36.38%
G=38.13%
B=25.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671751170.0500.330.3168.2826.6157.25
HexA7AF7550211F441b39
Octal2472571655041371043371
Binary10100111101011111110101101010000111111100010011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AF75; }

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

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

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

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

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

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

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

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