Html Css Color HEX #AD958A Del Rio

📋 copy color: '#AD958A'

red 173 ◦ green 149 ◦ blue 138

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

Shades of Del Rio #AD958A

Tints of Del Rio #AD958A

RGB

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

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

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

R = 37.61%
G = 32.39%
B = 30%

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

#AD958A (or 0xAD958A) is known color: Del Rio. HEX triplet: AD, 95 and 8A. RGB value is (173,149,138). Sum of RGB (Red+Green+Blue) = 173+149+138=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #AD958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD958A is #526A75. Grayscale: #9A9A9A. Windows color (decimal): -5401206 or 9082285. OLE color: 9082285.

HSL color Cylindrical-coordinate representation of color #AD958A: hue angle of 18.86º degrees, saturation: 0.18, 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 #AD958A is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 149 138 -
CMYK 0 0.14 0.20 0.32
HSL 18.86º 0.18% 0.61% -
HSV(B) 18.86º 0.2% 0.68% -
XYZ 32.57 32.21 28.55 -
YUV 154.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 173 149 138 0 0.14 0.20 0.32 18.86 0.18 0.61
Hex AD 95 8A 0 E 14 20 13 12 3D
Octal 255 225 212 0 16 24 40 23 22 75
Binary 10101101 10010101 10001010 0 1110 10100 100000 10011 10010 111101

Color Harmonies of #AD958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD958A

Black with #AD958A

Text Example


Text Example

White with #AD958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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