Html Css Color HEX #AFCAAB Zanah

📋 copy color: '#AFCAAB'

red 175 ◦ green 202 ◦ blue 171

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

Shades of Zanah #AFCAAB

Tints of Zanah #AFCAAB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.86%

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

R = 31.93%
G = 36.86%
B = 31.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#AFCAAB (or 0xAFCAAB) is known color: Zanah. HEX triplet: AF, CA and AB. RGB value is (175,202,171). Sum of RGB (Red+Green+Blue) = 175+202+171=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCAAB is #503554. Grayscale: #BEBEBE. Windows color (decimal): -5256533 or 11258543. OLE color: 11258543.

HSL color Cylindrical-coordinate representation of color #AFCAAB: hue angle of 112.26º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCAAB is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 202 171 -
CMYK 0.13 0 0.15 0.21
HSL 112.26º 0.23% 0.73% -
HSV(B) 112.26º 0.15% 0.79% -
XYZ 46.15 54.3 46.58 -
YUV 190.39 117.05 117.02 -
System Red Green Blue C M Y K H S L
Decimal 175 202 171 0.13 0 0.15 0.21 112.26 0.23 0.73
Hex AF CA AB D 0 F 15 70 17 49
Octal 257 312 253 15 0 17 25 160 27 111
Binary 10101111 11001010 10101011 1101 0 1111 10101 1110000 10111 1001001

Color Harmonies of #AFCAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCAAB

Black with #AFCAAB

Text Example


Text Example

White with #AFCAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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