Html Css Color HEX #AA938A Del Rio

📋 copy color: '#AA938A'

red 170 ◦ green 147 ◦ blue 138

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

Shades of Del Rio #AA938A

Tints of Del Rio #AA938A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.31%

 BLUE value IS 138 (54.3% from 255) = 30.33%

R = 37.36%
G = 32.31%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA938A (or 0xAA938A) is known color: Del Rio. HEX triplet: AA, 93 and 8A. RGB value is (170,147,138). Sum of RGB (Red+Green+Blue) = 170+147+138=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AA938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA938A is #556C75. Grayscale: #989898. Windows color (decimal): -5598326 or 9081770. OLE color: 9081770.

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

Color convert

RGB 170 147 138 -
CMYK 0 0.14 0.19 0.33
HSL 16.88º 0.16% 0.6% -
HSV(B) 16.88º 0.19% 0.67% -
XYZ 31.6 31.25 28.41 -
YUV 152.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 170 147 138 0 0.14 0.19 0.33 16.88 0.16 0.6
Hex AA 93 8A 0 E 13 21 11 10 3C
Octal 252 223 212 0 16 23 41 21 20 74
Binary 10101010 10010011 10001010 0 1110 10011 100001 10001 10000 111100

Color Harmonies of #AA938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA938A

Black with #AA938A

Text Example


Text Example

White with #AA938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA938A; }

 p { color: rgb(170,147,138); }

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

background-color css

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

 a { background-color: rgb(170,147,138); }

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

border-color css

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

 span { border-color: rgb(170,147,138); }

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