Html Css Color HEX #AEA29B Martini

📋 copy color: '#AEA29B'

red 174 ◦ green 162 ◦ blue 155

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

Shades of Martini #AEA29B

Tints of Martini #AEA29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.57%

R = 35.44%
G = 32.99%
B = 31.57%

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

#AEA29B (or 0xAEA29B) is known color: Martini. HEX triplet: AE, A2 and 9B. RGB value is (174,162,155). Sum of RGB (Red+Green+Blue) = 174+162+155=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA29B is #515D64. Grayscale: #A4A4A4. Windows color (decimal): -5332325 or 10199726. OLE color: 10199726.

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

Color convert

RGB 174 162 155 -
CMYK 0 0.07 0.11 0.32
HSL 22.11º 0.1% 0.65% -
HSV(B) 22.11º 0.11% 0.68% -
XYZ 36.29 37.21 36.28 -
YUV 164.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 174 162 155 0 0.07 0.11 0.32 22.11 0.1 0.65
Hex AE A2 9B 0 7 B 20 16 A 41
Octal 256 242 233 0 7 13 40 26 12 101
Binary 10101110 10100010 10011011 0 111 1011 100000 10110 1010 1000001

Color Harmonies of #AEA29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA29B

Black with #AEA29B

Text Example


Text Example

White with #AEA29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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