Html Css Color HEX #AE9084 Del Rio

📋 copy color: '#AE9084'

red 174 ◦ green 144 ◦ blue 132

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

Shades of Del Rio #AE9084

Tints of Del Rio #AE9084

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32%

 BLUE value IS 132 (51.95% from 255) = 29.33%

R = 38.67%
G = 32%
B = 29.33%

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

#AE9084 (or 0xAE9084) is known color: Del Rio. HEX triplet: AE, 90 and 84. RGB value is (174,144,132). Sum of RGB (Red+Green+Blue) = 174+144+132=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9084 is #516F7B. Grayscale: #979797. Windows color (decimal): -5336956 or 8687790. OLE color: 8687790.

HSL color Cylindrical-coordinate representation of color #AE9084: hue angle of 17.14º degrees, saturation: 0.21, 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 #AE9084 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 144 132 -
CMYK 0 0.17 0.24 0.32
HSL 17.14º 0.21% 0.6% -
HSV(B) 17.14º 0.24% 0.68% -
XYZ 31.59 30.61 26.07 -
YUV 151.6 116.94 143.98 -
System Red Green Blue C M Y K H S L
Decimal 174 144 132 0 0.17 0.24 0.32 17.14 0.21 0.6
Hex AE 90 84 0 11 18 20 11 15 3C
Octal 256 220 204 0 21 30 40 21 25 74
Binary 10101110 10010000 10000100 0 10001 11000 100000 10001 10101 111100

Color Harmonies of #AE9084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9084

Black with #AE9084

Text Example


Text Example

White with #AE9084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9084; }

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

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

background-color css

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

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

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

border-color css

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

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

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