Html Css Color HEX #AEA09D Martini

📋 copy color: '#AEA09D'

red 174 ◦ green 160 ◦ blue 157

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

Shades of Martini #AEA09D

Tints of Martini #AEA09D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.98%

R = 35.44%
G = 32.59%
B = 31.98%

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

#AEA09D (or 0xAEA09D) is known color: Martini. HEX triplet: AE, A0 and 9D. RGB value is (174,160,157). Sum of RGB (Red+Green+Blue) = 174+160+157=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA09D is #515F62. Grayscale: #A3A3A3. Windows color (decimal): -5332835 or 10330286. OLE color: 10330286.

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

Color convert

RGB 174 160 157 -
CMYK 0 0.08 0.10 0.32
HSL 10.59º 0.09% 0.65% -
HSV(B) 10.59º 0.1% 0.68% -
XYZ 36.11 36.57 37.05 -
YUV 163.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 174 160 157 0 0.08 0.10 0.32 10.59 0.09 0.65
Hex AE A0 9D 0 8 A 20 B 9 41
Octal 256 240 235 0 10 12 40 13 11 101
Binary 10101110 10100000 10011101 0 1000 1010 100000 1011 1001 1000001

Color Harmonies of #AEA09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA09D

Black with #AEA09D

Text Example


Text Example

White with #AEA09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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