Html Css Color HEX #AE9488 Del Rio

📋 copy color: '#AE9488'

red 174 ◦ green 148 ◦ blue 136

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

Shades of Del Rio #AE9488

Tints of Del Rio #AE9488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.31%

 BLUE value IS 136 (53.52% from 255) = 29.69%

R = 37.99%
G = 32.31%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AE9488 (or 0xAE9488) is known color: Del Rio. HEX triplet: AE, 94 and 88. RGB value is (174,148,136). Sum of RGB (Red+Green+Blue) = 174+148+136=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9488 is #516B77. Grayscale: #9A9A9A. Windows color (decimal): -5335928 or 8950958. OLE color: 8950958.

HSL color Cylindrical-coordinate representation of color #AE9488: hue angle of 18.95º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AE9488 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 148 136 -
CMYK 0 0.15 0.22 0.32
HSL 18.95º 0.19% 0.61% -
HSV(B) 18.95º 0.22% 0.68% -
XYZ 32.49 31.96 27.75 -
YUV 154.41 117.61 141.98 -
System Red Green Blue C M Y K H S L
Decimal 174 148 136 0 0.15 0.22 0.32 18.95 0.19 0.61
Hex AE 94 88 0 F 16 20 13 13 3D
Octal 256 224 210 0 17 26 40 23 23 75
Binary 10101110 10010100 10001000 0 1111 10110 100000 10011 10011 111101

Color Harmonies of #AE9488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9488

Black with #AE9488

Text Example


Text Example

White with #AE9488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9488; }

 p { color: rgb(174,148,136); }

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

background-color css

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

 a { background-color: rgb(174,148,136); }

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

border-color css

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

 span { border-color: rgb(174,148,136); }

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