Html Css Color HEX #AE9185 Del Rio

📋 copy color: '#AE9185'

red 174 ◦ green 145 ◦ blue 133

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

Shades of Del Rio #AE9185

Tints of Del Rio #AE9185

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.08%

 BLUE value IS 133 (52.34% from 255) = 29.42%

R = 38.5%
G = 32.08%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AE9185 (or 0xAE9185) is known color: Del Rio. HEX triplet: AE, 91 and 85. RGB value is (174,145,133). Sum of RGB (Red+Green+Blue) = 174+145+133=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9185 is #516E7A. Grayscale: #989898. Windows color (decimal): -5336699 or 8753582. OLE color: 8753582.

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

Color convert

RGB 174 145 133 -
CMYK 0 0.17 0.24 0.32
HSL 17.56º 0.2% 0.6% -
HSV(B) 17.56º 0.24% 0.68% -
XYZ 31.81 30.94 26.49 -
YUV 152.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 174 145 133 0 0.17 0.24 0.32 17.56 0.2 0.6
Hex AE 91 85 0 11 18 20 12 14 3C
Octal 256 221 205 0 21 30 40 22 24 74
Binary 10101110 10010001 10000101 0 10001 11000 100000 10010 10100 111100

Color Harmonies of #AE9185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9185

Black with #AE9185

Text Example


Text Example

White with #AE9185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9185; }

 p { color: rgb(174,145,133); }

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

background-color css

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

 a { background-color: rgb(174,145,133); }

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

border-color css

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

 span { border-color: rgb(174,145,133); }

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