Html Css Color HEX #AE9990 Del Rio

📋 copy color: '#AE9990'

red 174 ◦ green 153 ◦ blue 144

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

Shades of Del Rio #AE9990

Tints of Del Rio #AE9990

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.48%

 BLUE value IS 144 (56.64% from 255) = 30.57%

R = 36.94%
G = 32.48%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE9990 (or 0xAE9990) is known color: Del Rio. HEX triplet: AE, 99 and 90. RGB value is (174,153,144). Sum of RGB (Red+Green+Blue) = 174+153+144=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9990 is #51666F. Grayscale: #9E9E9E. Windows color (decimal): -5334640 or 9476526. OLE color: 9476526.

HSL color Cylindrical-coordinate representation of color #AE9990: hue angle of 18º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AE9990 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 153 144 -
CMYK 0 0.12 0.17 0.32
HSL 18º 0.16% 0.62% -
HSV(B) 18º 0.17% 0.68% -
XYZ 33.88 33.79 31.12 -
YUV 158.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 174 153 144 0 0.12 0.17 0.32 18 0.16 0.62
Hex AE 99 90 0 C 11 20 12 10 3E
Octal 256 231 220 0 14 21 40 22 20 76
Binary 10101110 10011001 10010000 0 1100 10001 100000 10010 10000 111110

Color Harmonies of #AE9990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9990

Black with #AE9990

Text Example


Text Example

White with #AE9990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9990; }

 p { color: rgb(174,153,144); }

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

background-color css

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

 a { background-color: rgb(174,153,144); }

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

border-color css

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

 span { border-color: rgb(174,153,144); }

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