Html Css Color HEX #AE9A8D Del Rio

📋 copy color: '#AE9A8D'

red 174 ◦ green 154 ◦ blue 141

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

Shades of Del Rio #AE9A8D

Tints of Del Rio #AE9A8D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.84%

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

R = 37.1%
G = 32.84%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE9A8D (or 0xAE9A8D) is known color: Del Rio. HEX triplet: AE, 9A and 8D. RGB value is (174,154,141). Sum of RGB (Red+Green+Blue) = 174+154+141=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9A8D is #516572. Grayscale: #9E9E9E. Windows color (decimal): -5334387 or 9280174. OLE color: 9280174.

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

Color convert

RGB 174 154 141 -
CMYK 0 0.11 0.19 0.32
HSL 23.64º 0.17% 0.62% -
HSV(B) 23.64º 0.19% 0.68% -
XYZ 33.82 34.03 29.99 -
YUV 158.5 118.13 139.06 -
System Red Green Blue C M Y K H S L
Decimal 174 154 141 0 0.11 0.19 0.32 23.64 0.17 0.62
Hex AE 9A 8D 0 B 13 20 18 11 3E
Octal 256 232 215 0 13 23 40 30 21 76
Binary 10101110 10011010 10001101 0 1011 10011 100000 11000 10001 111110

Color Harmonies of #AE9A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9A8D

Black with #AE9A8D

Text Example


Text Example

White with #AE9A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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