Html Css Color HEX #AFA19C Martini

📋 copy color: '#AFA19C'

red 175 ◦ green 161 ◦ blue 156

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

Shades of Martini #AFA19C

Tints of Martini #AFA19C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.72%

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

R = 35.57%
G = 32.72%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AFA19C (or 0xAFA19C) is known color: Martini. HEX triplet: AF, A1 and 9C. RGB value is (175,161,156). Sum of RGB (Red+Green+Blue) = 175+161+156=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA19C is #505E63. Grayscale: #A4A4A4. Windows color (decimal): -5267044 or 10265007. OLE color: 10265007.

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

Color convert

RGB 175 161 156 -
CMYK 0 0.08 0.11 0.31
HSL 15.79º 0.11% 0.65% -
HSV(B) 15.79º 0.11% 0.69% -
XYZ 36.42 37 36.68 -
YUV 164.62 123.14 135.41 -
System Red Green Blue C M Y K H S L
Decimal 175 161 156 0 0.08 0.11 0.31 15.79 0.11 0.65
Hex AF A1 9C 0 8 B 1F 10 B 41
Octal 257 241 234 0 10 13 37 20 13 101
Binary 10101111 10100001 10011100 0 1000 1011 11111 10000 1011 1000001

Color Harmonies of #AFA19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA19C

Black with #AFA19C

Text Example


Text Example

White with #AFA19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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