Html Css Color HEX #AFCDAD Zanah

📋 copy color: '#AFCDAD'

red 175 ◦ green 205 ◦ blue 173

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

Shades of Zanah #AFCDAD

Tints of Zanah #AFCDAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.28%

R = 31.65%
G = 37.07%
B = 31.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#AFCDAD (or 0xAFCDAD) is known color: Zanah. HEX triplet: AF, CD and AD. RGB value is (175,205,173). Sum of RGB (Red+Green+Blue) = 175+205+173=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCDAD is #503252. Grayscale: #C0C0C0. Windows color (decimal): -5255763 or 11390383. OLE color: 11390383.

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

Color convert

RGB 175 205 173 -
CMYK 0.15 0 0.16 0.20
HSL 116.25º 0.24% 0.74% -
HSV(B) 116.25º 0.16% 0.8% -
XYZ 47.05 55.79 47.82 -
YUV 192.38 117.06 115.6 -
System Red Green Blue C M Y K H S L
Decimal 175 205 173 0.15 0 0.16 0.20 116.25 0.24 0.74
Hex AF CD AD F 0 10 14 74 18 4A
Octal 257 315 255 17 0 20 24 164 30 112
Binary 10101111 11001101 10101101 1111 0 10000 10100 1110100 11000 1001010

Color Harmonies of #AFCDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDAD

Black with #AFCDAD

Text Example


Text Example

White with #AFCDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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