Html Css Color HEX #ADA098 Del Rio

📋 copy color: '#ADA098'

red 173 ◦ green 160 ◦ blue 152

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

Shades of Del Rio #ADA098

Tints of Del Rio #ADA098

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.99%

 BLUE value IS 152 (59.77% from 255) = 31.34%

R = 35.67%
G = 32.99%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#ADA098 (or 0xADA098) is known color: Del Rio. HEX triplet: AD, A0 and 98. RGB value is (173,160,152). Sum of RGB (Red+Green+Blue) = 173+160+152=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA098 is #525F67. Grayscale: #A3A3A3. Windows color (decimal): -5398376 or 10002605. OLE color: 10002605.

HSL color Cylindrical-coordinate representation of color #ADA098: hue angle of 22.86º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADA098 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 160 152 -
CMYK 0 0.08 0.12 0.32
HSL 22.86º 0.11% 0.64% -
HSV(B) 22.86º 0.12% 0.68% -
XYZ 35.47 36.29 34.84 -
YUV 162.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 173 160 152 0 0.08 0.12 0.32 22.86 0.11 0.64
Hex AD A0 98 0 8 C 20 17 B 40
Octal 255 240 230 0 10 14 40 27 13 100
Binary 10101101 10100000 10011000 0 1000 1100 100000 10111 1011 1000000

Color Harmonies of #ADA098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA098

Black with #ADA098

Text Example


Text Example

White with #ADA098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA098; }

 p { color: rgb(173,160,152); }

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

background-color css

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

 a { background-color: rgb(173,160,152); }

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

border-color css

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

 span { border-color: rgb(173,160,152); }

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