Html Css Color HEX #AA998F Del Rio

📋 copy color: '#AA998F'

red 170 ◦ green 153 ◦ blue 143

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

Shades of Del Rio #AA998F

Tints of Del Rio #AA998F

RGB

 RED value IS 170 (66.8% from 255) = 36.48%

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

 BLUE value IS 143 (56.25% from 255) = 30.69%

R = 36.48%
G = 32.83%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA998F (or 0xAA998F) is known color: Del Rio. HEX triplet: AA, 99 and 8F. RGB value is (170,153,143). Sum of RGB (Red+Green+Blue) = 170+153+143=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AA998F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA998F is #556670. Grayscale: #9C9C9C. Windows color (decimal): -5596785 or 9410986. OLE color: 9410986.

HSL color Cylindrical-coordinate representation of color #AA998F: hue angle of 22.22º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA998F is Cyan = 0, Magento = 0.1, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 153 143 -
CMYK 0 0.1 0.16 0.33
HSL 22.22º 0.14% 0.61% -
HSV(B) 22.22º 0.16% 0.67% -
XYZ 32.93 33.31 30.68 -
YUV 156.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 170 153 143 0 0.1 0.16 0.33 22.22 0.14 0.61
Hex AA 99 8F 0 A 10 21 16 E 3D
Octal 252 231 217 0 12 20 41 26 16 75
Binary 10101010 10011001 10001111 0 1010 10000 100001 10110 1110 111101

Color Harmonies of #AA998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA998F

Black with #AA998F

Text Example


Text Example

White with #AA998F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA998F; }

 p { color: rgb(170,153,143); }

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

background-color css

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

 a { background-color: rgb(170,153,143); }

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

border-color css

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

 span { border-color: rgb(170,153,143); }

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