Html Css Color HEX #AD7636 Reno Sand

📋 copy color: '#AD7636'

red 173 ◦ green 118 ◦ blue 54

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

Shades of Reno Sand #AD7636

Tints of Reno Sand #AD7636

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.2%

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

R = 50.14%
G = 34.2%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD7636 (or 0xAD7636) is known color: Reno Sand. HEX triplet: AD, 76 and 36. RGB value is (173,118,54). Sum of RGB (Red+Green+Blue) = 173+118+54=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7636 is #5289C9. Grayscale: #7F7F7F. Windows color (decimal): -5409226 or 3569325. OLE color: 3569325.

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

Color convert

RGB 173 118 54 -
CMYK 0 0.32 0.69 0.32
HSL 32.27º 0.52% 0.45% -
HSV(B) 32.27º 0.69% 0.68% -
XYZ 24.38 22.11 6.47 -
YUV 127.15 86.72 160.7 -
System Red Green Blue C M Y K H S L
Decimal 173 118 54 0 0.32 0.69 0.32 32.27 0.52 0.45
Hex AD 76 36 0 20 45 20 20 34 2D
Octal 255 166 66 0 40 105 40 40 64 55
Binary 10101101 1110110 110110 0 100000 1000101 100000 100000 110100 101101

Color Harmonies of #AD7636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7636

Black with #AD7636

Text Example


Text Example

White with #AD7636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7636; }

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

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

background-color css

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

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

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

border-color css

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

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

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