Html Css Color HEX #AA958C Del Rio

📋 copy color: '#AA958C'

red 170 ◦ green 149 ◦ blue 140

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

Shades of Del Rio #AA958C

Tints of Del Rio #AA958C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.5%

R = 37.04%
G = 32.46%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA958C (or 0xAA958C) is known color: Del Rio. HEX triplet: AA, 95 and 8C. RGB value is (170,149,140). Sum of RGB (Red+Green+Blue) = 170+149+140=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AA958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA958C is #556A73. Grayscale: #9A9A9A. Windows color (decimal): -5597812 or 9213354. OLE color: 9213354.

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

Color convert

RGB 170 149 140 -
CMYK 0 0.12 0.18 0.33
HSL 18º 0.15% 0.61% -
HSV(B) 18º 0.18% 0.67% -
XYZ 32.06 31.93 29.29 -
YUV 154.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 170 149 140 0 0.12 0.18 0.33 18 0.15 0.61
Hex AA 95 8C 0 C 12 21 12 F 3D
Octal 252 225 214 0 14 22 41 22 17 75
Binary 10101010 10010101 10001100 0 1100 10010 100001 10010 1111 111101

Color Harmonies of #AA958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA958C

Black with #AA958C

Text Example


Text Example

White with #AA958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA958C; }

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

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

background-color css

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

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

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

border-color css

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

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

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