Html Css Color HEX #AFCDAE Zanah

📋 copy color: '#AFCDAE'

red 175 ◦ green 205 ◦ blue 174

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

Shades of Zanah #AFCDAE

Tints of Zanah #AFCDAE

RGB

 RED value IS 175 (68.75% from 255) = 31.59%

 GREEN value IS 205 (80.47% from 255) = 37%

 BLUE value IS 174 (68.36% from 255) = 31.41%

R = 31.59%
G = 37%
B = 31.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#AFCDAE (or 0xAFCDAE) is known color: Zanah. HEX triplet: AF, CD and AE. RGB value is (175,205,174). Sum of RGB (Red+Green+Blue) = 175+205+174=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCDAE is #503251. Grayscale: #C0C0C0. Windows color (decimal): -5255762 or 11455919. OLE color: 11455919.

HSL color Cylindrical-coordinate representation of color #AFCDAE: hue angle of 118.06º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCDAE is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 205 174 -
CMYK 0.15 0 0.15 0.20
HSL 118.06º 0.24% 0.74% -
HSV(B) 118.06º 0.15% 0.8% -
XYZ 47.15 55.83 48.34 -
YUV 192.5 117.56 115.52 -
System Red Green Blue C M Y K H S L
Decimal 175 205 174 0.15 0 0.15 0.20 118.06 0.24 0.74
Hex AF CD AE F 0 F 14 76 18 4A
Octal 257 315 256 17 0 17 24 166 30 112
Binary 10101111 11001101 10101110 1111 0 1111 10100 1110110 11000 1001010

Color Harmonies of #AFCDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDAE

Black with #AFCDAE

Text Example


Text Example

White with #AFCDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDAE; }

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

 H1.HeaderClassName
 {
   color: #AFCDAE;
 }
 .AnyTagClassName
 {
   color: #AFCDAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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