Html Css Color HEX #AE968C Del Rio

📋 copy color: '#AE968C'

red 174 ◦ green 150 ◦ blue 140

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

Shades of Del Rio #AE968C

Tints of Del Rio #AE968C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.33%

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

R = 37.5%
G = 32.33%
B = 30.17%

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

#AE968C (or 0xAE968C) is known color: Del Rio. HEX triplet: AE, 96 and 8C. RGB value is (174,150,140). Sum of RGB (Red+Green+Blue) = 174+150+140=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 174 - color contains mainly: red. Hex color #AE968C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE968C is #516973. Grayscale: #9C9C9C. Windows color (decimal): -5335412 or 9213614. OLE color: 9213614.

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

Color convert

RGB 174 150 140 -
CMYK 0 0.14 0.20 0.32
HSL 17.65º 0.17% 0.62% -
HSV(B) 17.65º 0.2% 0.68% -
XYZ 33.1 32.7 29.38 -
YUV 156.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 174 150 140 0 0.14 0.20 0.32 17.65 0.17 0.62
Hex AE 96 8C 0 E 14 20 12 11 3E
Octal 256 226 214 0 16 24 40 22 21 76
Binary 10101110 10010110 10001100 0 1110 10100 100000 10010 10001 111110

Color Harmonies of #AE968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE968C

Black with #AE968C

Text Example


Text Example

White with #AE968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE968C; }

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

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

background-color css

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

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

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

border-color css

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

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

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