Html Css Color HEX #AEA19A Martini

📋 copy color: '#AEA19A'

red 174 ◦ green 161 ◦ blue 154

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

Shades of Martini #AEA19A

Tints of Martini #AEA19A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.49%

R = 35.58%
G = 32.92%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AEA19A (or 0xAEA19A) is known color: Martini. HEX triplet: AE, A1 and 9A. RGB value is (174,161,154). Sum of RGB (Red+Green+Blue) = 174+161+154=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA19A is #515E65. Grayscale: #A4A4A4. Windows color (decimal): -5332582 or 10133934. OLE color: 10133934.

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

Color convert

RGB 174 161 154 -
CMYK 0 0.07 0.11 0.32
HSL 21º 0.11% 0.64% -
HSV(B) 21º 0.11% 0.68% -
XYZ 36.03 36.82 35.78 -
YUV 164.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 174 161 154 0 0.07 0.11 0.32 21 0.11 0.64
Hex AE A1 9A 0 7 B 20 15 B 40
Octal 256 241 232 0 7 13 40 25 13 100
Binary 10101110 10100001 10011010 0 111 1011 100000 10101 1011 1000000

Color Harmonies of #AEA19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA19A

Black with #AEA19A

Text Example


Text Example

White with #AEA19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA19A; }

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

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

background-color css

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

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

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

border-color css

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

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

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