#A5AFAA

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

Shades of Skeptic #A5AFAA

Tints of Skeptic #A5AFAA

Color information

#A5AFAA (or 0xA5AFAA) is unknown color: approx Skeptic. HEX triplet: A5, AF and AA. RGB value is (165,175,170). Sum of RGB (Red+Green+Blue) = 165+175+170=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AFAA is #5A5055. Grayscale: #ABABAB. Windows color (decimal): -5918806 or 11186085. OLE color: 11186085.

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

Color convert

RGB165175170-
CMYK0.0600.030.31
HSL150º5.88%66.67%-
HSV(B)150º5.71%68.63%-
XYZ38.141.5644.04-
YUV171.44127.19123.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.35%
GREEN value IS 175 (68.75% from 255) = 34.31%
BLUE value IS 170 (66.80% from 255) = 33.33%
R=32.35%
G=34.31%
B=33.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651751700.0600.030.311505.8866.67
HexA5AFAA6031F96643
Octal245257252603372266103
Binary10100101101011111010101011001111111100101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AFAA; }

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

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

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

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

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

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

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

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