Html Css Color HEX #AA958D Del Rio

📋 copy color: '#AA958D'

red 170 ◦ green 149 ◦ blue 141

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

Shades of Del Rio #AA958D

Tints of Del Rio #AA958D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.65%

R = 36.96%
G = 32.39%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA958D (or 0xAA958D) is known color: Del Rio. HEX triplet: AA, 95 and 8D. RGB value is (170,149,141). Sum of RGB (Red+Green+Blue) = 170+149+141=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA958D is #556A72. Grayscale: #9A9A9A. Windows color (decimal): -5597811 or 9278890. OLE color: 9278890.

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

Color convert

RGB 170 149 141 -
CMYK 0 0.12 0.17 0.33
HSL 16.55º 0.15% 0.61% -
HSV(B) 16.55º 0.17% 0.67% -
XYZ 32.13 31.96 29.68 -
YUV 154.37 120.46 139.15 -
System Red Green Blue C M Y K H S L
Decimal 170 149 141 0 0.12 0.17 0.33 16.55 0.15 0.61
Hex AA 95 8D 0 C 11 21 11 F 3D
Octal 252 225 215 0 14 21 41 21 17 75
Binary 10101010 10010101 10001101 0 1100 10001 100001 10001 1111 111101

Color Harmonies of #AA958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA958D

Black with #AA958D

Text Example


Text Example

White with #AA958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA958D; }

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

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

background-color css

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

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

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

border-color css

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

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

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