Html Css Color HEX #AD958B Del Rio

📋 copy color: '#AD958B'

red 173 ◦ green 149 ◦ blue 139

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

Shades of Del Rio #AD958B

Tints of Del Rio #AD958B

RGB

 RED value IS 173 (67.97% from 255) = 37.53%

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

 BLUE value IS 139 (54.69% from 255) = 30.15%

R = 37.53%
G = 32.32%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD958B (or 0xAD958B) is known color: Del Rio. HEX triplet: AD, 95 and 8B. RGB value is (173,149,139). Sum of RGB (Red+Green+Blue) = 173+149+139=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD958B is #526A74. Grayscale: #9B9B9B. Windows color (decimal): -5401205 or 9147821. OLE color: 9147821.

HSL color Cylindrical-coordinate representation of color #AD958B: hue angle of 17.65º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD958B is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 149 139 -
CMYK 0 0.14 0.20 0.32
HSL 17.65º 0.17% 0.61% -
HSV(B) 17.65º 0.2% 0.68% -
XYZ 32.64 32.24 28.93 -
YUV 155.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 173 149 139 0 0.14 0.20 0.32 17.65 0.17 0.61
Hex AD 95 8B 0 E 14 20 12 11 3D
Octal 255 225 213 0 16 24 40 22 21 75
Binary 10101101 10010101 10001011 0 1110 10100 100000 10010 10001 111101

Color Harmonies of #AD958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD958B

Black with #AD958B

Text Example


Text Example

White with #AD958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD958B; }

 p { color: rgb(173,149,139); }

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

background-color css

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

 a { background-color: rgb(173,149,139); }

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

border-color css

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

 span { border-color: rgb(173,149,139); }

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