#AFA29A

Color #AFA29A Martini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martini #AFA29A

Tints of Martini #AFA29A

Color information

#AFA29A (or 0xAFA29A) is unknown color: approx Martini. HEX triplet: AF, A2 and 9A. RGB value is (175,162,154). Sum of RGB (Red+Green+Blue) = 175+162+154=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA29A is #505D65. Grayscale: #A5A5A5. Windows color (decimal): -5266790 or 10134191. OLE color: 10134191.

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

Color convert

RGB175162154-
CMYK00.070.120.31
HSL22.86º11.6%64.51%-
HSV(B)22.86º12%68.63%-
XYZ36.4337.2935.85-
YUV164.98121.81135.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 162 (63.67% from 255) = 32.99%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=35.64%
G=32.99%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516215400.070.120.3122.8611.664.51
HexAFA29A07C1F17c41
Octal2572422320714372714101
Binary10101111101000101001101001111100111111011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA29A; }

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

 H1.HeaderClassName
 {
   color: #AFA29A;
 }
 .AnyTagClassName
 {
   color: #AFA29A;
 }
</style>
background-color css

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

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

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

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

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

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