Html Css Color HEX #AE948B Del Rio

📋 copy color: '#AE948B'

red 174 ◦ green 148 ◦ blue 139

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

Shades of Del Rio #AE948B

Tints of Del Rio #AE948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.1%

 BLUE value IS 139 (54.69% from 255) = 30.15%

R = 37.74%
G = 32.1%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE948B (or 0xAE948B) is known color: Del Rio. HEX triplet: AE, 94 and 8B. RGB value is (174,148,139). Sum of RGB (Red+Green+Blue) = 174+148+139=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 174 - color contains mainly: red. Hex color #AE948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE948B is #516B74. Grayscale: #9A9A9A. Windows color (decimal): -5335925 or 9147566. OLE color: 9147566.

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

Color convert

RGB 174 148 139 -
CMYK 0 0.15 0.20 0.32
HSL 15.43º 0.18% 0.61% -
HSV(B) 15.43º 0.2% 0.68% -
XYZ 32.71 32.04 28.89 -
YUV 154.75 119.11 141.73 -
System Red Green Blue C M Y K H S L
Decimal 174 148 139 0 0.15 0.20 0.32 15.43 0.18 0.61
Hex AE 94 8B 0 F 14 20 F 12 3D
Octal 256 224 213 0 17 24 40 17 22 75
Binary 10101110 10010100 10001011 0 1111 10100 100000 1111 10010 111101

Color Harmonies of #AE948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE948B

Black with #AE948B

Text Example


Text Example

White with #AE948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE948B; }

 p { color: rgb(174,148,139); }

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

background-color css

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

 a { background-color: rgb(174,148,139); }

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

border-color css

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

 span { border-color: rgb(174,148,139); }

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