Html Css Color HEX #AF9F9A Martini

📋 copy color: '#AF9F9A'

red 175 ◦ green 159 ◦ blue 154

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

Shades of Martini #AF9F9A

Tints of Martini #AF9F9A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.58%

 BLUE value IS 154 (60.55% from 255) = 31.56%

R = 35.86%
G = 32.58%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF9F9A (or 0xAF9F9A) is known color: Martini. HEX triplet: AF, 9F and 9A. RGB value is (175,159,154). Sum of RGB (Red+Green+Blue) = 175+159+154=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9F9A is #506065. Grayscale: #A3A3A3. Windows color (decimal): -5267558 or 10133423. OLE color: 10133423.

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

Color convert

RGB 175 159 154 -
CMYK 0 0.09 0.12 0.31
HSL 14.29º 0.12% 0.65% -
HSV(B) 14.29º 0.12% 0.69% -
XYZ 35.91 36.24 35.67 -
YUV 163.21 122.8 136.41 -
System Red Green Blue C M Y K H S L
Decimal 175 159 154 0 0.09 0.12 0.31 14.29 0.12 0.65
Hex AF 9F 9A 0 9 C 1F E C 41
Octal 257 237 232 0 11 14 37 16 14 101
Binary 10101111 10011111 10011010 0 1001 1100 11111 1110 1100 1000001

Color Harmonies of #AF9F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9F9A

Black with #AF9F9A

Text Example


Text Example

White with #AF9F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9F9A; }

 p { color: rgb(175,159,154); }

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

background-color css

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

 a { background-color: rgb(175,159,154); }

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

border-color css

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

 span { border-color: rgb(175,159,154); }

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