Html Css Color HEX #AD793C Reno Sand

📋 copy color: '#AD793C'

red 173 ◦ green 121 ◦ blue 60

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

Shades of Reno Sand #AD793C

Tints of Reno Sand #AD793C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.18%

 BLUE value IS 60 (23.83% from 255) = 16.95%

R = 48.87%
G = 34.18%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD793C (or 0xAD793C) is known color: Reno Sand. HEX triplet: AD, 79 and 3C. RGB value is (173,121,60). Sum of RGB (Red+Green+Blue) = 173+121+60=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD793C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD793C is #5286C3. Grayscale: #818181. Windows color (decimal): -5408452 or 3963309. OLE color: 3963309.

HSL color Cylindrical-coordinate representation of color #AD793C: hue angle of 32.39º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD793C is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 121 60 -
CMYK 0 0.30 0.65 0.32
HSL 32.39º 0.48% 0.46% -
HSV(B) 32.39º 0.65% 0.68% -
XYZ 24.89 22.89 7.38 -
YUV 129.59 88.73 158.96 -
System Red Green Blue C M Y K H S L
Decimal 173 121 60 0 0.30 0.65 0.32 32.39 0.48 0.46
Hex AD 79 3C 0 1E 41 20 20 30 2E
Octal 255 171 74 0 36 101 40 40 60 56
Binary 10101101 1111001 111100 0 11110 1000001 100000 100000 110000 101110

Color Harmonies of #AD793C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD793C

Black with #AD793C

Text Example


Text Example

White with #AD793C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD793C; }

 p { color: rgb(173,121,60); }

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

background-color css

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

 a { background-color: rgb(173,121,60); }

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

border-color css

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

 span { border-color: rgb(173,121,60); }

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