Html Css Color HEX #AFABAA Martini

📋 copy color: '#AFABAA'

red 175 ◦ green 171 ◦ blue 170

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

Shades of Martini #AFABAA

Tints of Martini #AFABAA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.14%

 BLUE value IS 170 (66.8% from 255) = 32.95%

R = 33.91%
G = 33.14%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AFABAA (or 0xAFABAA) is known color: Martini. HEX triplet: AF, AB and AA. RGB value is (175,171,170). Sum of RGB (Red+Green+Blue) = 175+171+170=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 175 - color contains mainly: red. Hex color #AFABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABAA is #505455. Grayscale: #ACACAC. Windows color (decimal): -5264470 or 11185071. OLE color: 11185071.

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

Color convert

RGB 175 171 170 -
CMYK 0 0.02 0.03 0.31
HSL 12º 0.03% 0.68% -
HSV(B) 12º 0.03% 0.69% -
XYZ 39.5 41.14 43.89 -
YUV 172.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 175 171 170 0 0.02 0.03 0.31 12 0.03 0.68
Hex AF AB AA 0 2 3 1F C 3 44
Octal 257 253 252 0 2 3 37 14 3 104
Binary 10101111 10101011 10101010 0 10 11 11111 1100 11 1000100

Color Harmonies of #AFABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABAA

Black with #AFABAA

Text Example


Text Example

White with #AFABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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