Html Css Color HEX #AEA5A2 Martini

📋 copy color: '#AEA5A2'

red 174 ◦ green 165 ◦ blue 162

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

Shades of Martini #AEA5A2

Tints of Martini #AEA5A2

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.93%

 BLUE value IS 162 (63.67% from 255) = 32.34%

R = 34.73%
G = 32.93%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AEA5A2 (or 0xAEA5A2) is known color: Martini. HEX triplet: AE, A5 and A2. RGB value is (174,165,162). Sum of RGB (Red+Green+Blue) = 174+165+162=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA5A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA5A2 is #515A5D. Grayscale: #A7A7A7. Windows color (decimal): -5331550 or 10659246. OLE color: 10659246.

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

Color convert

RGB 174 165 162 -
CMYK 0 0.05 0.07 0.32
HSL 15º 0.07% 0.66% -
HSV(B) 15º 0.07% 0.68% -
XYZ 37.43 38.52 39.64 -
YUV 167.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 174 165 162 0 0.05 0.07 0.32 15 0.07 0.66
Hex AE A5 A2 0 5 7 20 F 7 42
Octal 256 245 242 0 5 7 40 17 7 102
Binary 10101110 10100101 10100010 0 101 111 100000 1111 111 1000010

Color Harmonies of #AEA5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA5A2

Black with #AEA5A2

Text Example


Text Example

White with #AEA5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA5A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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