Html Css Color HEX #AD7436 Reno Sand

📋 copy color: '#AD7436'

red 173 ◦ green 116 ◦ blue 54

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

Shades of Reno Sand #AD7436

Tints of Reno Sand #AD7436

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.82%

 BLUE value IS 54 (21.48% from 255) = 15.74%

R = 50.44%
G = 33.82%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD7436 (or 0xAD7436) is known color: Reno Sand. HEX triplet: AD, 74 and 36. RGB value is (173,116,54). Sum of RGB (Red+Green+Blue) = 173+116+54=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7436 is #528BC9. Grayscale: #7E7E7E. Windows color (decimal): -5409738 or 3568813. OLE color: 3568813.

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

Color convert

RGB 173 116 54 -
CMYK 0 0.33 0.69 0.32
HSL 31.26º 0.52% 0.45% -
HSV(B) 31.26º 0.69% 0.68% -
XYZ 24.14 21.64 6.39 -
YUV 125.98 87.38 161.54 -
System Red Green Blue C M Y K H S L
Decimal 173 116 54 0 0.33 0.69 0.32 31.26 0.52 0.45
Hex AD 74 36 0 21 45 20 1F 34 2D
Octal 255 164 66 0 41 105 40 37 64 55
Binary 10101101 1110100 110110 0 100001 1000101 100000 11111 110100 101101

Color Harmonies of #AD7436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7436

Black with #AD7436

Text Example


Text Example

White with #AD7436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7436; }

 p { color: rgb(173,116,54); }

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

background-color css

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

 a { background-color: rgb(173,116,54); }

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

border-color css

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

 span { border-color: rgb(173,116,54); }

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