Html Css Color HEX #AE958A Del Rio

📋 copy color: '#AE958A'

red 174 ◦ green 149 ◦ blue 138

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

Shades of Del Rio #AE958A

Tints of Del Rio #AE958A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 37.74%
G = 32.32%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE958A (or 0xAE958A) is known color: Del Rio. HEX triplet: AE, 95 and 8A. RGB value is (174,149,138). Sum of RGB (Red+Green+Blue) = 174+149+138=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 174 - color contains mainly: red. Hex color #AE958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE958A is #516A75. Grayscale: #9B9B9B. Windows color (decimal): -5335670 or 9082286. OLE color: 9082286.

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

Color convert

RGB 174 149 138 -
CMYK 0 0.14 0.21 0.32
HSL 18.33º 0.18% 0.61% -
HSV(B) 18.33º 0.21% 0.68% -
XYZ 32.79 32.33 28.56 -
YUV 155.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 174 149 138 0 0.14 0.21 0.32 18.33 0.18 0.61
Hex AE 95 8A 0 E 15 20 12 12 3D
Octal 256 225 212 0 16 25 40 22 22 75
Binary 10101110 10010101 10001010 0 1110 10101 100000 10010 10010 111101

Color Harmonies of #AE958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE958A

Black with #AE958A

Text Example


Text Example

White with #AE958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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