#A5AF83

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

Shades of Locust #A5AF83

Tints of Locust #A5AF83

Color information

#A5AF83 (or 0xA5AF83) is unknown color: approx Locust. HEX triplet: A5, AF and 83. RGB value is (165,175,131). Sum of RGB (Red+Green+Blue) = 165+175+131=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AF83 is #5A507C. Grayscale: #A7A7A7. Windows color (decimal): -5918845 or 8630181. OLE color: 8630181.

HSL color Cylindrical-coordinate representation of color #A5AF83: hue angle of 73.64º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5AF83 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB165175131-
CMYK0.0600.250.31
HSL73.64º21.57%60%-
HSV(B)73.64º25.14%68.63%-
XYZ34.9440.327.41-
YUV166.99107.69126.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.03%
GREEN value IS 175 (68.75% from 255) = 37.15%
BLUE value IS 131 (51.56% from 255) = 27.81%
R=35.03%
G=37.15%
B=27.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651751310.0600.250.3173.6421.5760
HexA5AF8360191F4a163c
Octal2452572036031371122674
Binary10100101101011111000001111001100111111100101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AF83; }

 p { color: rgb(165,175,131); }

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

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

 a { background-color: rgb(165,175,131); }

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

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

 span { border-color: rgb(165,175,131); }

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