Html Css Color HEX #AD7639 Reno Sand

📋 copy color: '#AD7639'

red 173 ◦ green 118 ◦ blue 57

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

Shades of Reno Sand #AD7639

Tints of Reno Sand #AD7639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.38%

R = 49.71%
G = 33.91%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AD7639 (or 0xAD7639) is known color: Reno Sand. HEX triplet: AD, 76 and 39. RGB value is (173,118,57). Sum of RGB (Red+Green+Blue) = 173+118+57=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 57 (22.66% from 255 or 16.38% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7639 is #5289C6. Grayscale: #7F7F7F. Windows color (decimal): -5409223 or 3765933. OLE color: 3765933.

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

Color convert

RGB 173 118 57 -
CMYK 0 0.32 0.67 0.32
HSL 31.55º 0.5% 0.45% -
HSV(B) 31.55º 0.67% 0.68% -
XYZ 24.45 22.14 6.85 -
YUV 127.49 88.22 160.46 -
System Red Green Blue C M Y K H S L
Decimal 173 118 57 0 0.32 0.67 0.32 31.55 0.5 0.45
Hex AD 76 39 0 20 43 20 20 32 2D
Octal 255 166 71 0 40 103 40 40 62 55
Binary 10101101 1110110 111001 0 100000 1000011 100000 100000 110010 101101

Color Harmonies of #AD7639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7639

Black with #AD7639

Text Example


Text Example

White with #AD7639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7639; }

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

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

background-color css

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

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

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

border-color css

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

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

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