Html Css Color HEX #AFA29D Martini

📋 copy color: '#AFA29D'

red 175 ◦ green 162 ◦ blue 157

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

Shades of Martini #AFA29D

Tints of Martini #AFA29D

RGB

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

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

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

R = 35.43%
G = 32.79%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AFA29D (or 0xAFA29D) is known color: Martini. HEX triplet: AF, A2 and 9D. RGB value is (175,162,157). Sum of RGB (Red+Green+Blue) = 175+162+157=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA29D is #505D62. Grayscale: #A5A5A5. Windows color (decimal): -5266787 or 10330799. OLE color: 10330799.

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

Color convert

RGB 175 162 157 -
CMYK 0 0.07 0.10 0.31
HSL 16.67º 0.1% 0.65% -
HSV(B) 16.67º 0.1% 0.69% -
XYZ 36.69 37.39 37.18 -
YUV 165.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 175 162 157 0 0.07 0.10 0.31 16.67 0.1 0.65
Hex AF A2 9D 0 7 A 1F 11 A 41
Octal 257 242 235 0 7 12 37 21 12 101
Binary 10101111 10100010 10011101 0 111 1010 11111 10001 1010 1000001

Color Harmonies of #AFA29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA29D

Black with #AFA29D

Text Example


Text Example

White with #AFA29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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