Html Css Color HEX #AD9085 Del Rio

📋 copy color: '#AD9085'

red 173 ◦ green 144 ◦ blue 133

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

Shades of Del Rio #AD9085

Tints of Del Rio #AD9085

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32%

 BLUE value IS 133 (52.34% from 255) = 29.56%

R = 38.44%
G = 32%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD9085 (or 0xAD9085) is known color: Del Rio. HEX triplet: AD, 90 and 85. RGB value is (173,144,133). Sum of RGB (Red+Green+Blue) = 173+144+133=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9085 is #526F7A. Grayscale: #979797. Windows color (decimal): -5402491 or 8753325. OLE color: 8753325.

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

Color convert

RGB 173 144 133 -
CMYK 0 0.17 0.23 0.32
HSL 16.5º 0.2% 0.6% -
HSV(B) 16.5º 0.23% 0.68% -
XYZ 31.44 30.52 26.42 -
YUV 151.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 173 144 133 0 0.17 0.23 0.32 16.5 0.2 0.6
Hex AD 90 85 0 11 17 20 10 14 3C
Octal 255 220 205 0 21 27 40 20 24 74
Binary 10101101 10010000 10000101 0 10001 10111 100000 10000 10100 111100

Color Harmonies of #AD9085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9085

Black with #AD9085

Text Example


Text Example

White with #AD9085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9085; }

 p { color: rgb(173,144,133); }

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

background-color css

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

 a { background-color: rgb(173,144,133); }

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

border-color css

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

 span { border-color: rgb(173,144,133); }

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