Html Css Color HEX #AE988B Del Rio

📋 copy color: '#AE988B'

red 174 ◦ green 152 ◦ blue 139

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

Shades of Del Rio #AE988B

Tints of Del Rio #AE988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.69%

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

R = 37.42%
G = 32.69%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE988B (or 0xAE988B) is known color: Del Rio. HEX triplet: AE, 98 and 8B. RGB value is (174,152,139). Sum of RGB (Red+Green+Blue) = 174+152+139=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 174 - color contains mainly: red. Hex color #AE988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE988B is #516774. Grayscale: #9D9D9D. Windows color (decimal): -5334901 or 9148590. OLE color: 9148590.

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

Color convert

RGB 174 152 139 -
CMYK 0 0.13 0.20 0.32
HSL 22.29º 0.18% 0.61% -
HSV(B) 22.29º 0.2% 0.68% -
XYZ 33.34 33.32 29.1 -
YUV 157.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 174 152 139 0 0.13 0.20 0.32 22.29 0.18 0.61
Hex AE 98 8B 0 D 14 20 16 12 3D
Octal 256 230 213 0 15 24 40 26 22 75
Binary 10101110 10011000 10001011 0 1101 10100 100000 10110 10010 111101

Color Harmonies of #AE988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE988B

Black with #AE988B

Text Example


Text Example

White with #AE988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE988B; }

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

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

background-color css

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

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

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

border-color css

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

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

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