Html Css Color HEX #AE998B Del Rio

📋 copy color: '#AE998B'

red 174 ◦ green 153 ◦ blue 139

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

Shades of Del Rio #AE998B

Tints of Del Rio #AE998B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.83%

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

R = 37.34%
G = 32.83%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE998B (or 0xAE998B) is known color: Del Rio. HEX triplet: AE, 99 and 8B. RGB value is (174,153,139). Sum of RGB (Red+Green+Blue) = 174+153+139=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 174 - color contains mainly: red. Hex color #AE998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE998B is #516674. Grayscale: #9D9D9D. Windows color (decimal): -5334645 or 9148846. OLE color: 9148846.

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

Color convert

RGB 174 153 139 -
CMYK 0 0.12 0.20 0.32
HSL 24º 0.18% 0.61% -
HSV(B) 24º 0.2% 0.68% -
XYZ 33.51 33.65 29.15 -
YUV 157.68 117.46 139.64 -
System Red Green Blue C M Y K H S L
Decimal 174 153 139 0 0.12 0.20 0.32 24 0.18 0.61
Hex AE 99 8B 0 C 14 20 18 12 3D
Octal 256 231 213 0 14 24 40 30 22 75
Binary 10101110 10011001 10001011 0 1100 10100 100000 11000 10010 111101

Color Harmonies of #AE998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE998B

Black with #AE998B

Text Example


Text Example

White with #AE998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE998B; }

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

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

background-color css

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

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

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

border-color css

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

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

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