#AEBDAF

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

Shades of Zanah #AEBDAF

Tints of Zanah #AEBDAF

Color information

#AEBDAF (or 0xAEBDAF) is unknown color: approx Zanah. HEX triplet: AE, BD and AF. RGB value is (174,189,175). Sum of RGB (Red+Green+Blue) = 174+189+175=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBDAF is #514250. Grayscale: #B6B6B6. Windows color (decimal): -5325393 or 11517358. OLE color: 11517358.

HSL color Cylindrical-coordinate representation of color #AEBDAF: hue angle of 124º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEBDAF is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB174189175-
CMYK0.0800.070.26
HSL124º10.2%71.18%-
HSV(B)124º7.94%74.12%-
XYZ43.3948.4947.63-
YUV182.92123.53121.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 175 (68.75% from 255) = 32.53%
R=32.34%
G=35.13%
B=32.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891750.0800.070.2612410.271.18
HexAEBDAF8071A7ca47
Octal25627525710073217412107
Binary1010111010111101101011111000011111010111110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDAF; }

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

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

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

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

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

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

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

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