Html Css Color HEX #AE9186 Del Rio

📋 copy color: '#AE9186'

red 174 ◦ green 145 ◦ blue 134

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

Shades of Del Rio #AE9186

Tints of Del Rio #AE9186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.58%

R = 38.41%
G = 32.01%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AE9186 (or 0xAE9186) is known color: Del Rio. HEX triplet: AE, 91 and 86. RGB value is (174,145,134). Sum of RGB (Red+Green+Blue) = 174+145+134=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9186 is #516E79. Grayscale: #989898. Windows color (decimal): -5336698 or 8819118. OLE color: 8819118.

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

Color convert

RGB 174 145 134 -
CMYK 0 0.17 0.23 0.32
HSL 16.5º 0.2% 0.6% -
HSV(B) 16.5º 0.23% 0.68% -
XYZ 31.88 30.97 26.85 -
YUV 152.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 174 145 134 0 0.17 0.23 0.32 16.5 0.2 0.6
Hex AE 91 86 0 11 17 20 10 14 3C
Octal 256 221 206 0 21 27 40 20 24 74
Binary 10101110 10010001 10000110 0 10001 10111 100000 10000 10100 111100

Color Harmonies of #AE9186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9186

Black with #AE9186

Text Example


Text Example

White with #AE9186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9186; }

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

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

background-color css

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

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

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

border-color css

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

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

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