Html Css Color HEX #ADA199 Del Rio

📋 copy color: '#ADA199'

red 173 ◦ green 161 ◦ blue 153

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

Shades of Del Rio #ADA199

Tints of Del Rio #ADA199

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.06%

 BLUE value IS 153 (60.16% from 255) = 31.42%

R = 35.52%
G = 33.06%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#ADA199 (or 0xADA199) is known color: Del Rio. HEX triplet: AD, A1 and 99. RGB value is (173,161,153). Sum of RGB (Red+Green+Blue) = 173+161+153=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA199 is #525E66. Grayscale: #A3A3A3. Windows color (decimal): -5398119 or 10068397. OLE color: 10068397.

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

Color convert

RGB 173 161 153 -
CMYK 0 0.07 0.12 0.32
HSL 24º 0.11% 0.64% -
HSV(B) 24º 0.12% 0.68% -
XYZ 35.73 36.67 35.33 -
YUV 163.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 173 161 153 0 0.07 0.12 0.32 24 0.11 0.64
Hex AD A1 99 0 7 C 20 18 B 40
Octal 255 241 231 0 7 14 40 30 13 100
Binary 10101101 10100001 10011001 0 111 1100 100000 11000 1011 1000000

Color Harmonies of #ADA199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA199

Black with #ADA199

Text Example


Text Example

White with #ADA199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA199; }

 p { color: rgb(173,161,153); }

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

background-color css

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

 a { background-color: rgb(173,161,153); }

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

border-color css

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

 span { border-color: rgb(173,161,153); }

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