Html Css Color HEX #AFA29B Martini

📋 copy color: '#AFA29B'

red 175 ◦ green 162 ◦ blue 155

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

Shades of Martini #AFA29B

Tints of Martini #AFA29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.5%

R = 35.57%
G = 32.93%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AFA29B (or 0xAFA29B) is known color: Martini. HEX triplet: AF, A2 and 9B. RGB value is (175,162,155). Sum of RGB (Red+Green+Blue) = 175+162+155=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA29B is #505D64. Grayscale: #A5A5A5. Windows color (decimal): -5266789 or 10199727. OLE color: 10199727.

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

Color convert

RGB 175 162 155 -
CMYK 0 0.07 0.11 0.31
HSL 21º 0.11% 0.65% -
HSV(B) 21º 0.11% 0.69% -
XYZ 36.52 37.32 36.29 -
YUV 165.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 175 162 155 0 0.07 0.11 0.31 21 0.11 0.65
Hex AF A2 9B 0 7 B 1F 15 B 41
Octal 257 242 233 0 7 13 37 25 13 101
Binary 10101111 10100010 10011011 0 111 1011 11111 10101 1011 1000001

Color Harmonies of #AFA29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA29B

Black with #AFA29B

Text Example


Text Example

White with #AFA29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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