Html Css Color HEX #AE958C Del Rio

📋 copy color: '#AE958C'

red 174 ◦ green 149 ◦ blue 140

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

Shades of Del Rio #AE958C

Tints of Del Rio #AE958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.18%

 BLUE value IS 140 (55.08% from 255) = 30.24%

R = 37.58%
G = 32.18%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE958C (or 0xAE958C) is known color: Del Rio. HEX triplet: AE, 95 and 8C. RGB value is (174,149,140). Sum of RGB (Red+Green+Blue) = 174+149+140=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 174 - color contains mainly: red. Hex color #AE958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE958C is #516A73. Grayscale: #9B9B9B. Windows color (decimal): -5335668 or 9213358. OLE color: 9213358.

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

Color convert

RGB 174 149 140 -
CMYK 0 0.14 0.20 0.32
HSL 15.88º 0.17% 0.62% -
HSV(B) 15.88º 0.2% 0.68% -
XYZ 32.94 32.39 29.33 -
YUV 155.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 174 149 140 0 0.14 0.20 0.32 15.88 0.17 0.62
Hex AE 95 8C 0 E 14 20 10 11 3E
Octal 256 225 214 0 16 24 40 20 21 76
Binary 10101110 10010101 10001100 0 1110 10100 100000 10000 10001 111110

Color Harmonies of #AE958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE958C

Black with #AE958C

Text Example


Text Example

White with #AE958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE958C; }

 p { color: rgb(174,149,140); }

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

background-color css

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

 a { background-color: rgb(174,149,140); }

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

border-color css

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

 span { border-color: rgb(174,149,140); }

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