Html Css Color HEX #AEA096 Del Rio

📋 copy color: '#AEA096'

red 174 ◦ green 160 ◦ blue 150

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

Shades of Del Rio #AEA096

Tints of Del Rio #AEA096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.99%

R = 35.95%
G = 33.06%
B = 30.99%

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

#AEA096 (or 0xAEA096) is known color: Del Rio. HEX triplet: AE, A0 and 96. RGB value is (174,160,150). Sum of RGB (Red+Green+Blue) = 174+160+150=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA096 is #515F69. Grayscale: #A3A3A3. Windows color (decimal): -5332842 or 9871534. OLE color: 9871534.

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

Color convert

RGB 174 160 150 -
CMYK 0 0.08 0.14 0.32
HSL 25º 0.13% 0.64% -
HSV(B) 25º 0.14% 0.68% -
XYZ 35.53 36.34 34 -
YUV 163.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 174 160 150 0 0.08 0.14 0.32 25 0.13 0.64
Hex AE A0 96 0 8 E 20 19 D 40
Octal 256 240 226 0 10 16 40 31 15 100
Binary 10101110 10100000 10010110 0 1000 1110 100000 11001 1101 1000000

Color Harmonies of #AEA096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA096

Black with #AEA096

Text Example


Text Example

White with #AEA096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA096; }

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

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

background-color css

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

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

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

border-color css

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

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

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