Html Css Color HEX #AD7538 Reno Sand

📋 copy color: '#AD7538'

red 173 ◦ green 117 ◦ blue 56

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

Shades of Reno Sand #AD7538

Tints of Reno Sand #AD7538

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.82%

 BLUE value IS 56 (22.27% from 255) = 16.18%

R = 50%
G = 33.82%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD7538 (or 0xAD7538) is known color: Reno Sand. HEX triplet: AD, 75 and 38. RGB value is (173,117,56). Sum of RGB (Red+Green+Blue) = 173+117+56=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7538 is #528AC7. Grayscale: #7F7F7F. Windows color (decimal): -5409480 or 3700141. OLE color: 3700141.

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

Color convert

RGB 173 117 56 -
CMYK 0 0.32 0.68 0.32
HSL 31.28º 0.51% 0.45% -
HSV(B) 31.28º 0.68% 0.68% -
XYZ 24.31 21.89 6.69 -
YUV 126.79 88.05 160.96 -
System Red Green Blue C M Y K H S L
Decimal 173 117 56 0 0.32 0.68 0.32 31.28 0.51 0.45
Hex AD 75 38 0 20 44 20 1F 33 2D
Octal 255 165 70 0 40 104 40 37 63 55
Binary 10101101 1110101 111000 0 100000 1000100 100000 11111 110011 101101

Color Harmonies of #AD7538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7538

Black with #AD7538

Text Example


Text Example

White with #AD7538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7538; }

 p { color: rgb(173,117,56); }

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

background-color css

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

 a { background-color: rgb(173,117,56); }

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

border-color css

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

 span { border-color: rgb(173,117,56); }

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