Html Css Color HEX #AD7239 Reno Sand

📋 copy color: '#AD7239'

red 173 ◦ green 114 ◦ blue 57

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

Shades of Reno Sand #AD7239

Tints of Reno Sand #AD7239

RGB

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

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

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

R = 50.29%
G = 33.14%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AD7239 (or 0xAD7239) is known color: Reno Sand. HEX triplet: AD, 72 and 39. RGB value is (173,114,57). Sum of RGB (Red+Green+Blue) = 173+114+57=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 57 (22.66% from 255 or 16.57% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7239 is #528DC6. Grayscale: #7D7D7D. Windows color (decimal): -5410247 or 3764909. OLE color: 3764909.

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

Color convert

RGB 173 114 57 -
CMYK 0 0.34 0.67 0.32
HSL 29.48º 0.5% 0.45% -
HSV(B) 29.48º 0.67% 0.68% -
XYZ 23.99 21.21 6.7 -
YUV 125.14 89.55 162.13 -
System Red Green Blue C M Y K H S L
Decimal 173 114 57 0 0.34 0.67 0.32 29.48 0.5 0.45
Hex AD 72 39 0 22 43 20 1D 32 2D
Octal 255 162 71 0 42 103 40 35 62 55
Binary 10101101 1110010 111001 0 100010 1000011 100000 11101 110010 101101

Color Harmonies of #AD7239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7239

Black with #AD7239

Text Example


Text Example

White with #AD7239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7239; }

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

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

background-color css

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

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

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

border-color css

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

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

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