Html Css Color HEX #AE998D Del Rio

📋 copy color: '#AE998D'

red 174 ◦ green 153 ◦ blue 141

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

Shades of Del Rio #AE998D

Tints of Del Rio #AE998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.69%

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

R = 37.18%
G = 32.69%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE998D (or 0xAE998D) is known color: Del Rio. HEX triplet: AE, 99 and 8D. RGB value is (174,153,141). Sum of RGB (Red+Green+Blue) = 174+153+141=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 174 - color contains mainly: red. Hex color #AE998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE998D is #516672. Grayscale: #9D9D9D. Windows color (decimal): -5334643 or 9279918. OLE color: 9279918.

HSL color Cylindrical-coordinate representation of color #AE998D: hue angle of 21.82º 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 #AE998D is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 153 141 -
CMYK 0 0.12 0.19 0.32
HSL 21.82º 0.17% 0.62% -
HSV(B) 21.82º 0.19% 0.68% -
XYZ 33.65 33.7 29.93 -
YUV 157.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 174 153 141 0 0.12 0.19 0.32 21.82 0.17 0.62
Hex AE 99 8D 0 C 13 20 16 11 3E
Octal 256 231 215 0 14 23 40 26 21 76
Binary 10101110 10011001 10001101 0 1100 10011 100000 10110 10001 111110

Color Harmonies of #AE998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE998D

Black with #AE998D

Text Example


Text Example

White with #AE998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE998D; }

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

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

background-color css

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

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

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

border-color css

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

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

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