Html Css Color HEX #AFCFAD Zanah

📋 copy color: '#AFCFAD'

red 175 ◦ green 207 ◦ blue 173

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

Shades of Zanah #AFCFAD

Tints of Zanah #AFCFAD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.3%

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

R = 31.53%
G = 37.3%
B = 31.17%

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

#AFCFAD (or 0xAFCFAD) is known color: Zanah. HEX triplet: AF, CF and AD. RGB value is (175,207,173). Sum of RGB (Red+Green+Blue) = 175+207+173=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCFAD is #503052. Grayscale: #C1C1C1. Windows color (decimal): -5255251 or 11390895. OLE color: 11390895.

HSL color Cylindrical-coordinate representation of color #AFCFAD: hue angle of 116.47º degrees, saturation: 0.26, 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 #AFCFAD is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 207 173 -
CMYK 0.15 0 0.16 0.19
HSL 116.47º 0.26% 0.75% -
HSV(B) 116.47º 0.16% 0.81% -
XYZ 47.53 56.76 47.98 -
YUV 193.56 116.4 114.76 -
System Red Green Blue C M Y K H S L
Decimal 175 207 173 0.15 0 0.16 0.19 116.47 0.26 0.75
Hex AF CF AD F 0 10 13 74 1A 4B
Octal 257 317 255 17 0 20 23 164 32 113
Binary 10101111 11001111 10101101 1111 0 10000 10011 1110100 11010 1001011

Color Harmonies of #AFCFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCFAD

Black with #AFCFAD

Text Example


Text Example

White with #AFCFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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