Html Css Color HEX #AFA29C Martini

📋 copy color: '#AFA29C'

red 175 ◦ green 162 ◦ blue 156

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

Shades of Martini #AFA29C

Tints of Martini #AFA29C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.64%

R = 35.5%
G = 32.86%
B = 31.64%

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

#AFA29C (or 0xAFA29C) is known color: Martini. HEX triplet: AF, A2 and 9C. RGB value is (175,162,156). Sum of RGB (Red+Green+Blue) = 175+162+156=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA29C is #505D63. Grayscale: #A5A5A5. Windows color (decimal): -5266788 or 10265263. OLE color: 10265263.

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

Color convert

RGB 175 162 156 -
CMYK 0 0.07 0.11 0.31
HSL 18.95º 0.11% 0.65% -
HSV(B) 18.95º 0.11% 0.69% -
XYZ 36.6 37.35 36.73 -
YUV 165.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 175 162 156 0 0.07 0.11 0.31 18.95 0.11 0.65
Hex AF A2 9C 0 7 B 1F 13 B 41
Octal 257 242 234 0 7 13 37 23 13 101
Binary 10101111 10100010 10011100 0 111 1011 11111 10011 1011 1000001

Color Harmonies of #AFA29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA29C

Black with #AFA29C

Text Example


Text Example

White with #AFA29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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