#A4B6AA

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

Shades of Skeptic #A4B6AA

Tints of Skeptic #A4B6AA

Color information

#A4B6AA (or 0xA4B6AA) is unknown color: approx Skeptic. HEX triplet: A4, B6 and AA. RGB value is (164,182,170). Sum of RGB (Red+Green+Blue) = 164+182+170=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B6AA is #5B4955. Grayscale: #AFAFAF. Windows color (decimal): -5982550 or 11187876. OLE color: 11187876.

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

Color convert

RGB164182170-
CMYK0.1000.070.29
HSL140º10.98%67.84%-
HSV(B)140º9.89%71.37%-
XYZ39.2944.2544.5-
YUV175.25125.04119.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.78%
GREEN value IS 182 (71.48% from 255) = 35.27%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=31.78%
G=35.27%
B=32.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641821700.1000.070.2914010.9867.84
HexA4B6AAA071D8cb44
Octal24426625212073521413104
Binary10100100101101101010101010100111111011000110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B6AA; }

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

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

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

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

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

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

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

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