#AFCEAE

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

Shades of Zanah #AFCEAE

Tints of Zanah #AFCEAE

Color information

#AFCEAE (or 0xAFCEAE) is unknown color: approx Zanah. HEX triplet: AF, CE and AE. RGB value is (175,206,174). Sum of RGB (Red+Green+Blue) = 175+206+174=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCEAE is #503151. Grayscale: #C1C1C1. Windows color (decimal): -5255506 or 11456175. OLE color: 11456175.

HSL color Cylindrical-coordinate representation of color #AFCEAE: hue angle of 118.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFCEAE is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB175206174-
CMYK0.1500.160.19
HSL118.12º24.62%74.51%-
HSV(B)118.12º15.53%80.78%-
XYZ47.3956.3148.42-
YUV193.08117.23115.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 206 (80.86% from 255) = 37.12%
BLUE value IS 174 (68.36% from 255) = 31.35%
R=31.53%
G=37.12%
B=31.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752061740.1500.160.19118.1224.6274.51
HexAFCEAEF0101376194b
Octal257316256170202316631113
Binary1010111111001110101011101111010000100111110110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEAE; }

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

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

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

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

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

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

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

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