Html Css Color HEX #AA958A Del Rio

📋 copy color: '#AA958A'

red 170 ◦ green 149 ◦ blue 138

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

Shades of Del Rio #AA958A

Tints of Del Rio #AA958A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.6%

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

R = 37.2%
G = 32.6%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA958A (or 0xAA958A) is known color: Del Rio. HEX triplet: AA, 95 and 8A. RGB value is (170,149,138). Sum of RGB (Red+Green+Blue) = 170+149+138=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA958A is #556A75. Grayscale: #9A9A9A. Windows color (decimal): -5597814 or 9082282. OLE color: 9082282.

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

Color convert

RGB 170 149 138 -
CMYK 0 0.12 0.19 0.33
HSL 20.63º 0.16% 0.6% -
HSV(B) 20.63º 0.19% 0.67% -
XYZ 31.91 31.88 28.52 -
YUV 154.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 170 149 138 0 0.12 0.19 0.33 20.63 0.16 0.6
Hex AA 95 8A 0 C 13 21 15 10 3C
Octal 252 225 212 0 14 23 41 25 20 74
Binary 10101010 10010101 10001010 0 1100 10011 100001 10101 10000 111100

Color Harmonies of #AA958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA958A

Black with #AA958A

Text Example


Text Example

White with #AA958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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