Html Css Color HEX #AFA29F Martini

📋 copy color: '#AFA29F'

red 175 ◦ green 162 ◦ blue 159

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

Shades of Martini #AFA29F

Tints of Martini #AFA29F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.66%

 BLUE value IS 159 (62.5% from 255) = 32.06%

R = 35.28%
G = 32.66%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AFA29F (or 0xAFA29F) is known color: Martini. HEX triplet: AF, A2 and 9F. RGB value is (175,162,159). Sum of RGB (Red+Green+Blue) = 175+162+159=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA29F is #505D60. Grayscale: #A5A5A5. Windows color (decimal): -5266785 or 10461871. OLE color: 10461871.

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

Color convert

RGB 175 162 159 -
CMYK 0 0.07 0.09 0.31
HSL 11.25º 0.09% 0.65% -
HSV(B) 11.25º 0.09% 0.69% -
XYZ 36.86 37.46 38.09 -
YUV 165.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 175 162 159 0 0.07 0.09 0.31 11.25 0.09 0.65
Hex AF A2 9F 0 7 9 1F B 9 41
Octal 257 242 237 0 7 11 37 13 11 101
Binary 10101111 10100010 10011111 0 111 1001 11111 1011 1001 1000001

Color Harmonies of #AFA29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA29F

Black with #AFA29F

Text Example


Text Example

White with #AFA29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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