#A4AFAA

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

Shades of Skeptic #A4AFAA

Tints of Skeptic #A4AFAA

Color information

#A4AFAA (or 0xA4AFAA) is unknown color: approx Skeptic. HEX triplet: A4, AF and AA. RGB value is (164,175,170). Sum of RGB (Red+Green+Blue) = 164+175+170=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AFAA is #5B5055. Grayscale: #ABABAB. Windows color (decimal): -5984342 or 11186084. OLE color: 11186084.

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

Color convert

RGB164175170-
CMYK0.0600.030.31
HSL152.73º6.43%66.47%-
HSV(B)152.73º6.29%68.63%-
XYZ37.941.4544.03-
YUV171.14127.36122.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.22%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=32.22%
G=34.38%
B=33.40%

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
Decimal1641751700.0600.030.31152.736.4366.47
HexA4AFAA6031F99642
Octal244257252603372316102
Binary10100100101011111010101011001111111100110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AFAA; }

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

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

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

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

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

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

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

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