#A4B7AA

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

Shades of Skeptic #A4B7AA

Tints of Skeptic #A4B7AA

Color information

#A4B7AA (or 0xA4B7AA) is unknown color: approx Skeptic. HEX triplet: A4, B7 and AA. RGB value is (164,183,170). Sum of RGB (Red+Green+Blue) = 164+183+170=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B7AA is #5B4855. Grayscale: #AFAFAF. Windows color (decimal): -5982294 or 11188132. OLE color: 11188132.

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

Color convert

RGB164183170-
CMYK0.1000.070.28
HSL138.95º11.66%68.04%-
HSV(B)138.95º10.38%71.76%-
XYZ39.544.6644.57-
YUV175.84124.71119.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.72%
GREEN value IS 183 (71.88% from 255) = 35.40%
BLUE value IS 170 (66.80% from 255) = 32.88%
R=31.72%
G=35.40%
B=32.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641831700.1000.070.28138.9511.6668.04
HexA4B7AAA071C8bc44
Octal24426725212073421314104
Binary10100100101101111010101010100111111001000101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B7AA; }

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

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

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

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

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

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

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

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