Html Css Color HEX #AE968D Del Rio

📋 copy color: '#AE968D'

red 174 ◦ green 150 ◦ blue 141

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

Shades of Del Rio #AE968D

Tints of Del Rio #AE968D

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 value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE968D (or 0xAE968D) is known color: 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

RGB 174 150 141 -
CMYK 0 0.14 0.19 0.32
HSL 16.36º 0.17% 0.62% -
HSV(B) 16.36º 0.19% 0.68% -
XYZ 33.17 32.73 29.77 -
YUV 156.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 174 150 141 0 0.14 0.19 0.32 16.36 0.17 0.62
Hex AE 96 8D 0 E 13 20 10 11 3E
Octal 256 226 215 0 16 23 40 20 21 76
Binary 10101110 10010110 10001101 0 1110 10011 100000 10000 10001 111110

Color Harmonies of #AE968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE968D

Black with #AE968D

Text Example


Text Example

White with #AE968D

Text Example


Text Example

HTML Codes & Css Web 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>