Html Css Color HEX #AD7033 Reno Sand

📋 copy color: '#AD7033'

red 173 ◦ green 112 ◦ blue 51

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

Shades of Reno Sand #AD7033

Tints of Reno Sand #AD7033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.18%

R = 51.49%
G = 33.33%
B = 15.18%

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

#AD7033 (or 0xAD7033) is known color: Reno Sand. HEX triplet: AD, 70 and 33. RGB value is (173,112,51). Sum of RGB (Red+Green+Blue) = 173+112+51=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7033 is #528FCC. Grayscale: #7B7B7B. Windows color (decimal): -5410765 or 3371181. OLE color: 3371181.

HSL color Cylindrical-coordinate representation of color #AD7033: hue angle of 30º degrees, saturation: 0.54, 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 #AD7033 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 112 51 -
CMYK 0 0.35 0.71 0.32
HSL 30º 0.54% 0.44% -
HSV(B) 30º 0.71% 0.68% -
XYZ 23.63 20.71 5.88 -
YUV 123.29 87.21 163.46 -
System Red Green Blue C M Y K H S L
Decimal 173 112 51 0 0.35 0.71 0.32 30 0.54 0.44
Hex AD 70 33 0 23 47 20 1E 36 2C
Octal 255 160 63 0 43 107 40 36 66 54
Binary 10101101 1110000 110011 0 100011 1000111 100000 11110 110110 101100

Color Harmonies of #AD7033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7033

Black with #AD7033

Text Example


Text Example

White with #AD7033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7033; }

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

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

background-color css

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

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

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

border-color css

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

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

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