Html Css Color HEX #AFADA3 Tana

📋 copy color: '#AFADA3'

red 175 ◦ green 173 ◦ blue 163

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

Shades of Tana #AFADA3

Tints of Tana #AFADA3

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.86%

 BLUE value IS 163 (64.06% from 255) = 31.9%

R = 34.25%
G = 33.86%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AFADA3 (or 0xAFADA3) is known color: Tana. HEX triplet: AF, AD and A3. RGB value is (175,173,163). Sum of RGB (Red+Green+Blue) = 175+173+163=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 175 - color contains mainly: red. Hex color #AFADA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFADA3 is #50525C. Grayscale: #ACACAC. Windows color (decimal): -5263965 or 10726831. OLE color: 10726831.

HSL color Cylindrical-coordinate representation of color #AFADA3: hue angle of 50º degrees, saturation: 0.07, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFADA3 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 173 163 -
CMYK 0 0.01 0.07 0.31
HSL 50º 0.07% 0.66% -
HSV(B) 50º 0.07% 0.69% -
XYZ 39.23 41.65 40.62 -
YUV 172.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 175 173 163 0 0.01 0.07 0.31 50 0.07 0.66
Hex AF AD A3 0 1 7 1F 32 7 42
Octal 257 255 243 0 1 7 37 62 7 102
Binary 10101111 10101101 10100011 0 1 111 11111 110010 111 1000010

Color Harmonies of #AFADA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADA3

Black with #AFADA3

Text Example


Text Example

White with #AFADA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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