Html Css Color HEX #AFCEAE Zanah

📋 copy color: '#AFCEAE'

red 175 ◦ green 206 ◦ blue 174

#AFCEAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zanah #AFCEAE

Tints of Zanah #AFCEAE

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 value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#AFCEAE (or 0xAFCEAE) is known color: 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

RGB 175 206 174 -
CMYK 0.15 0 0.16 0.19
HSL 118.13º 0.25% 0.75% -
HSV(B) 118.13º 0.16% 0.81% -
XYZ 47.39 56.31 48.42 -
YUV 193.08 117.23 115.1 -
System Red Green Blue C M Y K H S L
Decimal 175 206 174 0.15 0 0.16 0.19 118.13 0.25 0.75
Hex AF CE AE F 0 10 13 76 19 4B
Octal 257 316 256 17 0 20 23 166 31 113
Binary 10101111 11001110 10101110 1111 0 10000 10011 1110110 11001 1001011

Color Harmonies of #AFCEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCEAE

Black with #AFCEAE

Text Example


Text Example

White with #AFCEAE

Text Example


Text Example

HTML Codes & Css Web 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>