Html Css Color HEX #AFD0AB Zanah

📋 copy color: '#AFD0AB'

red 175 ◦ green 208 ◦ blue 171

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

Shades of Zanah #AFD0AB

Tints of Zanah #AFD0AB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.55%

 BLUE value IS 171 (67.19% from 255) = 30.87%

R = 31.59%
G = 37.55%
B = 30.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#AFD0AB (or 0xAFD0AB) is known color: Zanah. HEX triplet: AF, D0 and AB. RGB value is (175,208,171). Sum of RGB (Red+Green+Blue) = 175+208+171=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD0AB is #502F54. Grayscale: #C2C2C2. Windows color (decimal): -5254997 or 11260079. OLE color: 11260079.

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

Color convert

RGB 175 208 171 -
CMYK 0.16 0 0.18 0.18
HSL 113.51º 0.28% 0.74% -
HSV(B) 113.51º 0.18% 0.82% -
XYZ 47.59 57.17 47.05 -
YUV 193.92 115.07 114.51 -
System Red Green Blue C M Y K H S L
Decimal 175 208 171 0.16 0 0.18 0.18 113.51 0.28 0.74
Hex AF D0 AB 10 0 12 12 72 1C 4A
Octal 257 320 253 20 0 22 22 162 34 112
Binary 10101111 11010000 10101011 10000 0 10010 10010 1110010 11100 1001010

Color Harmonies of #AFD0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD0AB

Black with #AFD0AB

Text Example


Text Example

White with #AFD0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD0AB; }

 p { color: rgb(175,208,171); }

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

background-color css

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

 a { background-color: rgb(175,208,171); }

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

border-color css

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

 span { border-color: rgb(175,208,171); }

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