Html Css Color HEX #AFD2AD Zanah

📋 copy color: '#AFD2AD'

red 175 ◦ green 210 ◦ blue 173

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

Shades of Zanah #AFD2AD

Tints of Zanah #AFD2AD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.63%

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

R = 31.36%
G = 37.63%
B = 31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#AFD2AD (or 0xAFD2AD) is known color: Zanah. HEX triplet: AF, D2 and AD. RGB value is (175,210,173). Sum of RGB (Red+Green+Blue) = 175+210+173=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD2AD is #502D52. Grayscale: #C3C3C3. Windows color (decimal): -5254483 or 11391663. OLE color: 11391663.

HSL color Cylindrical-coordinate representation of color #AFD2AD: hue angle of 116.76º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFD2AD is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 173 -
CMYK 0.17 0 0.18 0.18
HSL 116.76º 0.29% 0.75% -
HSV(B) 116.76º 0.18% 0.82% -
XYZ 48.27 58.22 48.23 -
YUV 195.32 115.4 113.51 -
System Red Green Blue C M Y K H S L
Decimal 175 210 173 0.17 0 0.18 0.18 116.76 0.29 0.75
Hex AF D2 AD 11 0 12 12 75 1D 4B
Octal 257 322 255 21 0 22 22 165 35 113
Binary 10101111 11010010 10101101 10001 0 10010 10010 1110101 11101 1001011

Color Harmonies of #AFD2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD2AD

Black with #AFD2AD

Text Example


Text Example

White with #AFD2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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