Html Css Color HEX #AE9A8F Del Rio

📋 copy color: '#AE9A8F'

red 174 ◦ green 154 ◦ blue 143

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

Shades of Del Rio #AE9A8F

Tints of Del Rio #AE9A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.36%

R = 36.94%
G = 32.7%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE9A8F (or 0xAE9A8F) is known color: Del Rio. HEX triplet: AE, 9A and 8F. RGB value is (174,154,143). Sum of RGB (Red+Green+Blue) = 174+154+143=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9A8F is #516570. Grayscale: #9E9E9E. Windows color (decimal): -5334385 or 9411246. OLE color: 9411246.

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

Color convert

RGB 174 154 143 -
CMYK 0 0.11 0.18 0.32
HSL 21.29º 0.16% 0.62% -
HSV(B) 21.29º 0.18% 0.68% -
XYZ 33.97 34.09 30.78 -
YUV 158.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 174 154 143 0 0.11 0.18 0.32 21.29 0.16 0.62
Hex AE 9A 8F 0 B 12 20 15 10 3E
Octal 256 232 217 0 13 22 40 25 20 76
Binary 10101110 10011010 10001111 0 1011 10010 100000 10101 10000 111110

Color Harmonies of #AE9A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9A8F

Black with #AE9A8F

Text Example


Text Example

White with #AE9A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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