Html Css Color HEX #AD7035 Reno Sand

📋 copy color: '#AD7035'

red 173 ◦ green 112 ◦ blue 53

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

Shades of Reno Sand #AD7035

Tints of Reno Sand #AD7035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.68%

R = 51.18%
G = 33.14%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD7035 (or 0xAD7035) is known color: Reno Sand. HEX triplet: AD, 70 and 35. RGB value is (173,112,53). Sum of RGB (Red+Green+Blue) = 173+112+53=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7035 is #528FCA. Grayscale: #7B7B7B. Windows color (decimal): -5410763 or 3502253. OLE color: 3502253.

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

Color convert

RGB 173 112 53 -
CMYK 0 0.35 0.69 0.32
HSL 29.5º 0.53% 0.44% -
HSV(B) 29.5º 0.69% 0.68% -
XYZ 23.67 20.73 6.12 -
YUV 123.51 88.21 163.3 -
System Red Green Blue C M Y K H S L
Decimal 173 112 53 0 0.35 0.69 0.32 29.5 0.53 0.44
Hex AD 70 35 0 23 45 20 1E 35 2C
Octal 255 160 65 0 43 105 40 36 65 54
Binary 10101101 1110000 110101 0 100011 1000101 100000 11110 110101 101100

Color Harmonies of #AD7035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7035

Black with #AD7035

Text Example


Text Example

White with #AD7035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7035; }

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

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

background-color css

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

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

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

border-color css

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

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

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