Html Css Color HEX #AFAEA3 Tana

📋 copy color: '#AFAEA3'

red 175 ◦ green 174 ◦ blue 163

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

Shades of Tana #AFAEA3

Tints of Tana #AFAEA3

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.98%

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

R = 34.18%
G = 33.98%
B = 31.84%

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

#AFAEA3 (or 0xAFAEA3) is known color: Tana. HEX triplet: AF, AE and A3. RGB value is (175,174,163). Sum of RGB (Red+Green+Blue) = 175+174+163=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAEA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAEA3 is #50515C. Grayscale: #ADADAD. Windows color (decimal): -5263709 or 10727087. OLE color: 10727087.

HSL color Cylindrical-coordinate representation of color #AFAEA3: hue angle of 55º 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 #AFAEA3 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 174 163 -
CMYK 0 0.01 0.07 0.31
HSL 55º 0.07% 0.66% -
HSV(B) 55º 0.07% 0.69% -
XYZ 39.43 42.03 40.69 -
YUV 173.05 122.33 129.39 -
System Red Green Blue C M Y K H S L
Decimal 175 174 163 0 0.01 0.07 0.31 55 0.07 0.66
Hex AF AE A3 0 1 7 1F 37 7 42
Octal 257 256 243 0 1 7 37 67 7 102
Binary 10101111 10101110 10100011 0 1 111 11111 110111 111 1000010

Color Harmonies of #AFAEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAEA3

Black with #AFAEA3

Text Example


Text Example

White with #AFAEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAEA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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