Html Css Color HEX #AE968B Del Rio

📋 copy color: '#AE968B'

red 174 ◦ green 150 ◦ blue 139

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

Shades of Del Rio #AE968B

Tints of Del Rio #AE968B

RGB

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

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

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

R = 37.58%
G = 32.4%
B = 30.02%

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

#AE968B (or 0xAE968B) is known color: Del Rio. HEX triplet: AE, 96 and 8B. RGB value is (174,150,139). Sum of RGB (Red+Green+Blue) = 174+150+139=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 174 - color contains mainly: red. Hex color #AE968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE968B is #516974. Grayscale: #9B9B9B. Windows color (decimal): -5335413 or 9148078. OLE color: 9148078.

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

Color convert

RGB 174 150 139 -
CMYK 0 0.14 0.20 0.32
HSL 18.86º 0.18% 0.61% -
HSV(B) 18.86º 0.2% 0.68% -
XYZ 33.02 32.68 28.99 -
YUV 155.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 174 150 139 0 0.14 0.20 0.32 18.86 0.18 0.61
Hex AE 96 8B 0 E 14 20 13 12 3D
Octal 256 226 213 0 16 24 40 23 22 75
Binary 10101110 10010110 10001011 0 1110 10100 100000 10011 10010 111101

Color Harmonies of #AE968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE968B

Black with #AE968B

Text Example


Text Example

White with #AE968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE968B; }

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

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

background-color css

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

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

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

border-color css

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

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

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