Html Css Color HEX #A9958D Del Rio

📋 copy color: '#A9958D'

red 169 ◦ green 149 ◦ blue 141

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

Shades of Del Rio #A9958D

Tints of Del Rio #A9958D

RGB

 RED value IS 169 (66.41% from 255) = 36.82%

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

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

R = 36.82%
G = 32.46%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A9958D (or 0xA9958D) is known color: Del Rio. HEX triplet: A9, 95 and 8D. RGB value is (169,149,141). Sum of RGB (Red+Green+Blue) = 169+149+141=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 169 - color contains mainly: red. Hex color #A9958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9958D is #566A72. Grayscale: #9A9A9A. Windows color (decimal): -5663347 or 9278889. OLE color: 9278889.

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

Color convert

RGB 169 149 141 -
CMYK 0 0.12 0.17 0.34
HSL 17.14º 0.14% 0.61% -
HSV(B) 17.14º 0.17% 0.66% -
XYZ 31.92 31.85 29.67 -
YUV 154.07 120.63 138.65 -
System Red Green Blue C M Y K H S L
Decimal 169 149 141 0 0.12 0.17 0.34 17.14 0.14 0.61
Hex A9 95 8D 0 C 11 22 11 E 3D
Octal 251 225 215 0 14 21 42 21 16 75
Binary 10101001 10010101 10001101 0 1100 10001 100010 10001 1110 111101

Color Harmonies of #A9958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9958D

Black with #A9958D

Text Example


Text Example

White with #A9958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9958D; }

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

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

background-color css

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

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

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

border-color css

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

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

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