Html Css Color HEX #AD7032 Reno Sand

📋 copy color: '#AD7032'

red 173 ◦ green 112 ◦ blue 50

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

Shades of Reno Sand #AD7032

Tints of Reno Sand #AD7032

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.43%

 BLUE value IS 50 (19.92% from 255) = 14.93%

R = 51.64%
G = 33.43%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD7032 (or 0xAD7032) is known color: Reno Sand. HEX triplet: AD, 70 and 32. RGB value is (173,112,50). Sum of RGB (Red+Green+Blue) = 173+112+50=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7032 is #528FCD. Grayscale: #7B7B7B. Windows color (decimal): -5410766 or 3305645. OLE color: 3305645.

HSL color Cylindrical-coordinate representation of color #AD7032: hue angle of 30.24º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD7032 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 112 50 -
CMYK 0 0.35 0.71 0.32
HSL 30.24º 0.55% 0.44% -
HSV(B) 30.24º 0.71% 0.68% -
XYZ 23.6 20.7 5.77 -
YUV 123.17 86.71 163.54 -
System Red Green Blue C M Y K H S L
Decimal 173 112 50 0 0.35 0.71 0.32 30.24 0.55 0.44
Hex AD 70 32 0 23 47 20 1E 37 2C
Octal 255 160 62 0 43 107 40 36 67 54
Binary 10101101 1110000 110010 0 100011 1000111 100000 11110 110111 101100

Color Harmonies of #AD7032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7032

Black with #AD7032

Text Example


Text Example

White with #AD7032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7032; }

 p { color: rgb(173,112,50); }

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

background-color css

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

 a { background-color: rgb(173,112,50); }

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

border-color css

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

 span { border-color: rgb(173,112,50); }

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