Html Css Color HEX #AD948B Del Rio

📋 copy color: '#AD948B'

red 173 ◦ green 148 ◦ blue 139

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

Shades of Del Rio #AD948B

Tints of Del Rio #AD948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.17%

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

R = 37.61%
G = 32.17%
B = 30.22%

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

#AD948B (or 0xAD948B) is known color: Del Rio. HEX triplet: AD, 94 and 8B. RGB value is (173,148,139). Sum of RGB (Red+Green+Blue) = 173+148+139=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #AD948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD948B is #526B74. Grayscale: #9A9A9A. Windows color (decimal): -5401461 or 9147565. OLE color: 9147565.

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

Color convert

RGB 173 148 139 -
CMYK 0 0.14 0.20 0.32
HSL 15.88º 0.17% 0.61% -
HSV(B) 15.88º 0.2% 0.68% -
XYZ 32.48 31.93 28.88 -
YUV 154.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 173 148 139 0 0.14 0.20 0.32 15.88 0.17 0.61
Hex AD 94 8B 0 E 14 20 10 11 3D
Octal 255 224 213 0 16 24 40 20 21 75
Binary 10101101 10010100 10001011 0 1110 10100 100000 10000 10001 111101

Color Harmonies of #AD948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD948B

Black with #AD948B

Text Example


Text Example

White with #AD948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD948B; }

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

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

background-color css

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

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

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

border-color css

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

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

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