#AFAEAD

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

Shades of Tide #AFAEAD

Tints of Tide #AFAEAD

Color information

#AFAEAD (or 0xAFAEAD) is unknown color: approx Tide. HEX triplet: AF, AE and AD. RGB value is (175,174,173). Sum of RGB (Red+Green+Blue) = 175+174+173=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAEAD is #505152. Grayscale: #AEAEAE. Windows color (decimal): -5263699 or 11382447. OLE color: 11382447.

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

Color convert

RGB175174173-
CMYK00.010.010.31
HSL30º1.23%68.24%-
HSV(B)30º1.14%68.63%-
XYZ40.3642.445.59-
YUV174.18127.33128.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 173 (67.97% from 255) = 33.14%
R=33.52%
G=33.33%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517417300.010.010.31301.2368.24
HexAFAEAD0111F1e144
Octal25725625501137361104
Binary101011111010111010101101011111111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEAD; }

 p { color: rgb(175,174,173); }

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

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

 a { background-color: rgb(175,174,173); }

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

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

 span { border-color: rgb(175,174,173); }

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