#AE968D

Color #AE968D Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #AE968D

Tints of Del Rio #AE968D

Color information

#AE968D (or 0xAE968D) is unknown color: approx Del Rio. HEX triplet: AE, 96 and 8D. RGB value is (174,150,141). Sum of RGB (Red+Green+Blue) = 174+150+141=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 174 - color contains mainly: red. Hex color #AE968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE968D is #516972. Grayscale: #9C9C9C. Windows color (decimal): -5335411 or 9279150. OLE color: 9279150.

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

Color convert

RGB174150141-
CMYK00.140.190.32
HSL16.36º16.92%61.76%-
HSV(B)16.36º18.97%68.24%-
XYZ33.1732.7329.77-
YUV156.15119.45140.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 141 (55.47% from 255) = 30.32%
R=37.42%
G=32.26%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415014100.140.190.3216.3616.9261.76
HexAE968D0E132010113e
Octal2562262150162340202176
Binary10101110100101101000110101110100111000001000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE968D; }

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

 H1.HeaderClassName
 {
   color: #AE968D;
 }
 .AnyTagClassName
 {
   color: #AE968D;
 }
</style>
background-color css

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

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

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

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

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

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