#A0C0AF

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

Shades of Skeptic #A0C0AF

Tints of Skeptic #A0C0AF

Color information

#A0C0AF (or 0xA0C0AF) is unknown color: approx Skeptic. HEX triplet: A0, C0 and AF. RGB value is (160,192,175). Sum of RGB (Red+Green+Blue) = 160+192+175=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C0AF is #5F3F50. Grayscale: #B4B4B4. Windows color (decimal): -6242129 or 11518112. OLE color: 11518112.

HSL color Cylindrical-coordinate representation of color #A0C0AF: hue angle of 148.12º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0C0AF is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB160192175-
CMYK0.1700.090.25
HSL148.12º20.25%69.02%-
HSV(B)148.12º16.67%75.29%-
XYZ41.0848.2747.71-
YUV180.49124.9113.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.36%
GREEN value IS 192 (75.39% from 255) = 36.43%
BLUE value IS 175 (68.75% from 255) = 33.21%
R=30.36%
G=36.43%
B=33.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601921750.1700.090.25148.1220.2569.02
HexA0C0AF110919941445
Octal240300257210113122424105
Binary10100000110000001010111110001010011100110010100101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C0AF; }

 p { color: rgb(160,192,175); }

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

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

 a { background-color: rgb(160,192,175); }

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

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

 span { border-color: rgb(160,192,175); }

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