Html Css Color HEX #AEA29D Martini

📋 copy color: '#AEA29D'

red 174 ◦ green 162 ◦ blue 157

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

Shades of Martini #AEA29D

Tints of Martini #AEA29D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.86%

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

R = 35.29%
G = 32.86%
B = 31.85%

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

#AEA29D (or 0xAEA29D) is known color: Martini. HEX triplet: AE, A2 and 9D. RGB value is (174,162,157). Sum of RGB (Red+Green+Blue) = 174+162+157=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA29D is #515D62. Grayscale: #A5A5A5. Windows color (decimal): -5332323 or 10330798. OLE color: 10330798.

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

Color convert

RGB 174 162 157 -
CMYK 0 0.07 0.10 0.32
HSL 17.65º 0.09% 0.65% -
HSV(B) 17.65º 0.1% 0.68% -
XYZ 36.46 37.27 37.17 -
YUV 165.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 174 162 157 0 0.07 0.10 0.32 17.65 0.09 0.65
Hex AE A2 9D 0 7 A 20 12 9 41
Octal 256 242 235 0 7 12 40 22 11 101
Binary 10101110 10100010 10011101 0 111 1010 100000 10010 1001 1000001

Color Harmonies of #AEA29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA29D

Black with #AEA29D

Text Example


Text Example

White with #AEA29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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