Html Css Color HEX #AFC4AD Zanah

📋 copy color: '#AFC4AD'

red 175 ◦ green 196 ◦ blue 173

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

Shades of Zanah #AFC4AD

Tints of Zanah #AFC4AD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.03%

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

R = 32.17%
G = 36.03%
B = 31.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#AFC4AD (or 0xAFC4AD) is known color: Zanah. HEX triplet: AF, C4 and AD. RGB value is (175,196,173). Sum of RGB (Red+Green+Blue) = 175+196+173=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC4AD is #503B52. Grayscale: #BBBBBB. Windows color (decimal): -5258067 or 11388079. OLE color: 11388079.

HSL color Cylindrical-coordinate representation of color #AFC4AD: hue angle of 114.78º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC4AD is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 173 -
CMYK 0.11 0 0.12 0.23
HSL 114.78º 0.16% 0.72% -
HSV(B) 114.78º 0.12% 0.77% -
XYZ 44.96 51.61 47.13 -
YUV 187.1 120.04 119.37 -
System Red Green Blue C M Y K H S L
Decimal 175 196 173 0.11 0 0.12 0.23 114.78 0.16 0.72
Hex AF C4 AD B 0 C 17 73 10 48
Octal 257 304 255 13 0 14 27 163 20 110
Binary 10101111 11000100 10101101 1011 0 1100 10111 1110011 10000 1001000

Color Harmonies of #AFC4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC4AD

Black with #AFC4AD

Text Example


Text Example

White with #AFC4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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