Html Css Color HEX #AD7134 Reno Sand

📋 copy color: '#AD7134'

red 173 ◦ green 113 ◦ blue 52

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

Shades of Reno Sand #AD7134

Tints of Reno Sand #AD7134

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.43%

 BLUE value IS 52 (20.7% from 255) = 15.38%

R = 51.18%
G = 33.43%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD7134 (or 0xAD7134) is known color: Reno Sand. HEX triplet: AD, 71 and 34. RGB value is (173,113,52). Sum of RGB (Red+Green+Blue) = 173+113+52=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7134 is #528ECB. Grayscale: #7C7C7C. Windows color (decimal): -5410508 or 3436973. OLE color: 3436973.

HSL color Cylindrical-coordinate representation of color #AD7134: hue angle of 30.25º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD7134 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 113 52 -
CMYK 0 0.35 0.70 0.32
HSL 30.25º 0.54% 0.44% -
HSV(B) 30.25º 0.7% 0.68% -
XYZ 23.76 20.94 6.04 -
YUV 123.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 173 113 52 0 0.35 0.70 0.32 30.25 0.54 0.44
Hex AD 71 34 0 23 46 20 1E 36 2C
Octal 255 161 64 0 43 106 40 36 66 54
Binary 10101101 1110001 110100 0 100011 1000110 100000 11110 110110 101100

Color Harmonies of #AD7134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7134

Black with #AD7134

Text Example


Text Example

White with #AD7134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7134; }

 p { color: rgb(173,113,52); }

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

background-color css

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

 a { background-color: rgb(173,113,52); }

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

border-color css

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

 span { border-color: rgb(173,113,52); }

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