Html Css Color HEX #AEA095 Del Rio

📋 copy color: '#AEA095'

red 174 ◦ green 160 ◦ blue 149

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

Shades of Del Rio #AEA095

Tints of Del Rio #AEA095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.85%

R = 36.02%
G = 33.13%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AEA095 (or 0xAEA095) is known color: Del Rio. HEX triplet: AE, A0 and 95. RGB value is (174,160,149). Sum of RGB (Red+Green+Blue) = 174+160+149=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA095 is #515F6A. Grayscale: #A2A2A2. Windows color (decimal): -5332843 or 9805998. OLE color: 9805998.

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

Color convert

RGB 174 160 149 -
CMYK 0 0.08 0.14 0.32
HSL 26.4º 0.13% 0.63% -
HSV(B) 26.4º 0.14% 0.68% -
XYZ 35.45 36.31 33.57 -
YUV 162.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 174 160 149 0 0.08 0.14 0.32 26.4 0.13 0.63
Hex AE A0 95 0 8 E 20 1A D 3F
Octal 256 240 225 0 10 16 40 32 15 77
Binary 10101110 10100000 10010101 0 1000 1110 100000 11010 1101 111111

Color Harmonies of #AEA095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA095

Black with #AEA095

Text Example


Text Example

White with #AEA095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA095; }

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

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

background-color css

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

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

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

border-color css

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

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

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