Html Css Color HEX #AFA09D Martini

📋 copy color: '#AFA09D'

red 175 ◦ green 160 ◦ blue 157

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

Shades of Martini #AFA09D

Tints of Martini #AFA09D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.52%

 BLUE value IS 157 (61.72% from 255) = 31.91%

R = 35.57%
G = 32.52%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AFA09D (or 0xAFA09D) is known color: Martini. HEX triplet: AF, A0 and 9D. RGB value is (175,160,157). Sum of RGB (Red+Green+Blue) = 175+160+157=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA09D is #505F62. Grayscale: #A4A4A4. Windows color (decimal): -5267299 or 10330287. OLE color: 10330287.

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

Color convert

RGB 175 160 157 -
CMYK 0 0.09 0.10 0.31
HSL 10º 0.1% 0.65% -
HSV(B) 10º 0.1% 0.69% -
XYZ 36.34 36.69 37.07 -
YUV 164.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 175 160 157 0 0.09 0.10 0.31 10 0.1 0.65
Hex AF A0 9D 0 9 A 1F A A 41
Octal 257 240 235 0 11 12 37 12 12 101
Binary 10101111 10100000 10011101 0 1001 1010 11111 1010 1010 1000001

Color Harmonies of #AFA09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA09D

Black with #AFA09D

Text Example


Text Example

White with #AFA09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA09D; }

 p { color: rgb(175,160,157); }

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

background-color css

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

 a { background-color: rgb(175,160,157); }

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

border-color css

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

 span { border-color: rgb(175,160,157); }

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