Html Css Color HEX #AEA19C Martini

📋 copy color: '#AEA19C'

red 174 ◦ green 161 ◦ blue 156

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

Shades of Martini #AEA19C

Tints of Martini #AEA19C

RGB

 RED value IS 174 (68.36% from 255) = 35.44%

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

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

R = 35.44%
G = 32.79%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AEA19C (or 0xAEA19C) is known color: Martini. HEX triplet: AE, A1 and 9C. RGB value is (174,161,156). Sum of RGB (Red+Green+Blue) = 174+161+156=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA19C is #515E63. Grayscale: #A4A4A4. Windows color (decimal): -5332580 or 10265006. OLE color: 10265006.

HSL color Cylindrical-coordinate representation of color #AEA19C: hue angle of 16.67º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEA19C is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 161 156 -
CMYK 0 0.07 0.10 0.32
HSL 16.67º 0.1% 0.65% -
HSV(B) 16.67º 0.1% 0.68% -
XYZ 36.2 36.89 36.66 -
YUV 164.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 174 161 156 0 0.07 0.10 0.32 16.67 0.1 0.65
Hex AE A1 9C 0 7 A 20 11 A 41
Octal 256 241 234 0 7 12 40 21 12 101
Binary 10101110 10100001 10011100 0 111 1010 100000 10001 1010 1000001

Color Harmonies of #AEA19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA19C

Black with #AEA19C

Text Example


Text Example

White with #AEA19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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