Html Css Color HEX #AFA5A3 Martini

📋 copy color: '#AFA5A3'

red 175 ◦ green 165 ◦ blue 163

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

Shades of Martini #AFA5A3

Tints of Martini #AFA5A3

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.8%

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

R = 34.79%
G = 32.8%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AFA5A3 (or 0xAFA5A3) is known color: Martini. HEX triplet: AF, A5 and A3. RGB value is (175,165,163). Sum of RGB (Red+Green+Blue) = 175+165+163=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA5A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA5A3 is #505A5C. Grayscale: #A7A7A7. Windows color (decimal): -5266013 or 10724783. OLE color: 10724783.

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

Color convert

RGB 175 165 163 -
CMYK 0 0.06 0.07 0.31
HSL 10º 0.07% 0.66% -
HSV(B) 10º 0.07% 0.69% -
XYZ 37.75 38.67 40.12 -
YUV 167.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 175 165 163 0 0.06 0.07 0.31 10 0.07 0.66
Hex AF A5 A3 0 6 7 1F A 7 42
Octal 257 245 243 0 6 7 37 12 7 102
Binary 10101111 10100101 10100011 0 110 111 11111 1010 111 1000010

Color Harmonies of #AFA5A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA5A3

Black with #AFA5A3

Text Example


Text Example

White with #AFA5A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA5A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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