#A5B5AA

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

Shades of Skeptic #A5B5AA

Tints of Skeptic #A5B5AA

Color information

#A5B5AA (or 0xA5B5AA) is unknown color: approx Skeptic. HEX triplet: A5, B5 and AA. RGB value is (165,181,170). Sum of RGB (Red+Green+Blue) = 165+181+170=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B5AA is #5A4A55. Grayscale: #AEAEAE. Windows color (decimal): -5917270 or 11187621. OLE color: 11187621.

HSL color Cylindrical-coordinate representation of color #A5B5AA: hue angle of 138.75º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A5B5AA is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB165181170-
CMYK0.0900.060.29
HSL138.75º9.76%67.84%-
HSV(B)138.75º8.84%70.98%-
XYZ39.343.9544.44-
YUV174.96125.2120.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.98%
GREEN value IS 181 (71.09% from 255) = 35.08%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=31.98%
G=35.08%
B=32.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651811700.0900.060.29138.759.7667.84
HexA5B5AA9061D8ba44
Octal24526525211063521312104
Binary10100101101101011010101010010110111011000101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B5AA; }

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

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

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

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

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

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

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

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