Html Css Color HEX #AEA29F Martini

📋 copy color: '#AEA29F'

red 174 ◦ green 162 ◦ blue 159

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

Shades of Martini #AEA29F

Tints of Martini #AEA29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.12%

R = 35.15%
G = 32.73%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AEA29F (or 0xAEA29F) is known color: Martini. HEX triplet: AE, A2 and 9F. RGB value is (174,162,159). Sum of RGB (Red+Green+Blue) = 174+162+159=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA29F is #515D60. Grayscale: #A5A5A5. Windows color (decimal): -5332321 or 10461870. OLE color: 10461870.

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

Color convert

RGB 174 162 159 -
CMYK 0 0.07 0.09 0.32
HSL 12º 0.08% 0.65% -
HSV(B) 12º 0.09% 0.68% -
XYZ 36.63 37.34 38.08 -
YUV 165.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 174 162 159 0 0.07 0.09 0.32 12 0.08 0.65
Hex AE A2 9F 0 7 9 20 C 8 41
Octal 256 242 237 0 7 11 40 14 10 101
Binary 10101110 10100010 10011111 0 111 1001 100000 1100 1000 1000001

Color Harmonies of #AEA29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA29F

Black with #AEA29F

Text Example


Text Example

White with #AEA29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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