Html Css Color HEX #AD773C Reno Sand

📋 copy color: '#AD773C'

red 173 ◦ green 119 ◦ blue 60

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

Shades of Reno Sand #AD773C

Tints of Reno Sand #AD773C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.81%

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

R = 49.15%
G = 33.81%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD773C (or 0xAD773C) is known color: Reno Sand. HEX triplet: AD, 77 and 3C. RGB value is (173,119,60). Sum of RGB (Red+Green+Blue) = 173+119+60=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD773C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD773C is #5288C3. Grayscale: #808080. Windows color (decimal): -5408964 or 3962797. OLE color: 3962797.

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

Color convert

RGB 173 119 60 -
CMYK 0 0.31 0.65 0.32
HSL 31.33º 0.48% 0.46% -
HSV(B) 31.33º 0.65% 0.68% -
XYZ 24.65 22.4 7.3 -
YUV 128.42 89.39 159.8 -
System Red Green Blue C M Y K H S L
Decimal 173 119 60 0 0.31 0.65 0.32 31.33 0.48 0.46
Hex AD 77 3C 0 1F 41 20 1F 30 2E
Octal 255 167 74 0 37 101 40 37 60 56
Binary 10101101 1110111 111100 0 11111 1000001 100000 11111 110000 101110

Color Harmonies of #AD773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD773C

Black with #AD773C

Text Example


Text Example

White with #AD773C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD773C; }

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

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

background-color css

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

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

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

border-color css

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

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

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