Html Css Color HEX #AEA09C Martini

📋 copy color: '#AEA09C'

red 174 ◦ green 160 ◦ blue 156

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

Shades of Martini #AEA09C

Tints of Martini #AEA09C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.65%

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

R = 35.51%
G = 32.65%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AEA09C (or 0xAEA09C) is known color: Martini. HEX triplet: AE, A0 and 9C. RGB value is (174,160,156). Sum of RGB (Red+Green+Blue) = 174+160+156=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA09C is #515F63. Grayscale: #A3A3A3. Windows color (decimal): -5332836 or 10264750. OLE color: 10264750.

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

Color convert

RGB 174 160 156 -
CMYK 0 0.08 0.10 0.32
HSL 13.33º 0.1% 0.65% -
HSV(B) 13.33º 0.1% 0.68% -
XYZ 36.03 36.54 36.61 -
YUV 163.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 174 160 156 0 0.08 0.10 0.32 13.33 0.1 0.65
Hex AE A0 9C 0 8 A 20 D A 41
Octal 256 240 234 0 10 12 40 15 12 101
Binary 10101110 10100000 10011100 0 1000 1010 100000 1101 1010 1000001

Color Harmonies of #AEA09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA09C

Black with #AEA09C

Text Example


Text Example

White with #AEA09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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