Html Css Color HEX #AD7235 Reno Sand

📋 copy color: '#AD7235'

red 173 ◦ green 114 ◦ blue 53

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

Shades of Reno Sand #AD7235

Tints of Reno Sand #AD7235

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.53%

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

R = 50.88%
G = 33.53%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD7235 (or 0xAD7235) is known color: Reno Sand. HEX triplet: AD, 72 and 35. RGB value is (173,114,53). Sum of RGB (Red+Green+Blue) = 173+114+53=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7235 is #528DCA. Grayscale: #7C7C7C. Windows color (decimal): -5410251 or 3502765. OLE color: 3502765.

HSL color Cylindrical-coordinate representation of color #AD7235: hue angle of 30.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 #AD7235 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 114 53 -
CMYK 0 0.34 0.69 0.32
HSL 30.5º 0.53% 0.44% -
HSV(B) 30.5º 0.69% 0.68% -
XYZ 23.89 21.18 6.2 -
YUV 124.69 87.55 162.46 -
System Red Green Blue C M Y K H S L
Decimal 173 114 53 0 0.34 0.69 0.32 30.5 0.53 0.44
Hex AD 72 35 0 22 45 20 1E 35 2C
Octal 255 162 65 0 42 105 40 36 65 54
Binary 10101101 1110010 110101 0 100010 1000101 100000 11110 110101 101100

Color Harmonies of #AD7235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7235

Black with #AD7235

Text Example


Text Example

White with #AD7235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7235; }

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

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

background-color css

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

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

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

border-color css

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

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

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