Html Css Color HEX #AFCDAB Zanah

📋 copy color: '#AFCDAB'

red 175 ◦ green 205 ◦ blue 171

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

Shades of Zanah #AFCDAB

Tints of Zanah #AFCDAB

RGB

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

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

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

R = 31.76%
G = 37.21%
B = 31.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#AFCDAB (or 0xAFCDAB) is known color: Zanah. HEX triplet: AF, CD and AB. RGB value is (175,205,171). Sum of RGB (Red+Green+Blue) = 175+205+171=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCDAB is #503254. Grayscale: #C0C0C0. Windows color (decimal): -5255765 or 11259311. OLE color: 11259311.

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

Color convert

RGB 175 205 171 -
CMYK 0.15 0 0.17 0.20
HSL 112.94º 0.25% 0.74% -
HSV(B) 112.94º 0.17% 0.8% -
XYZ 46.86 55.72 46.81 -
YUV 192.15 116.06 115.76 -
System Red Green Blue C M Y K H S L
Decimal 175 205 171 0.15 0 0.17 0.20 112.94 0.25 0.74
Hex AF CD AB F 0 11 14 71 19 4A
Octal 257 315 253 17 0 21 24 161 31 112
Binary 10101111 11001101 10101011 1111 0 10001 10100 1110001 11001 1001010

Color Harmonies of #AFCDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDAB

Black with #AFCDAB

Text Example


Text Example

White with #AFCDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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