Html Css Color HEX #AE988D Del Rio

📋 copy color: '#AE988D'

red 174 ◦ green 152 ◦ blue 141

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

Shades of Del Rio #AE988D

Tints of Del Rio #AE988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.55%

 BLUE value IS 141 (55.47% from 255) = 30.19%

R = 37.26%
G = 32.55%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE988D (or 0xAE988D) is known color: Del Rio. HEX triplet: AE, 98 and 8D. RGB value is (174,152,141). Sum of RGB (Red+Green+Blue) = 174+152+141=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 174 - color contains mainly: red. Hex color #AE988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE988D is #516772. Grayscale: #9D9D9D. Windows color (decimal): -5334899 or 9279662. OLE color: 9279662.

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

Color convert

RGB 174 152 141 -
CMYK 0 0.13 0.19 0.32
HSL 20º 0.17% 0.62% -
HSV(B) 20º 0.19% 0.68% -
XYZ 33.49 33.38 29.88 -
YUV 157.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 174 152 141 0 0.13 0.19 0.32 20 0.17 0.62
Hex AE 98 8D 0 D 13 20 14 11 3E
Octal 256 230 215 0 15 23 40 24 21 76
Binary 10101110 10011000 10001101 0 1101 10011 100000 10100 10001 111110

Color Harmonies of #AE988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE988D

Black with #AE988D

Text Example


Text Example

White with #AE988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE988D; }

 p { color: rgb(174,152,141); }

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

background-color css

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

 a { background-color: rgb(174,152,141); }

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

border-color css

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

 span { border-color: rgb(174,152,141); }

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