Html Css Color HEX #AD7130 Reno Sand

📋 copy color: '#AD7130'

red 173 ◦ green 113 ◦ blue 48

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

Shades of Reno Sand #AD7130

Tints of Reno Sand #AD7130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.37%

R = 51.8%
G = 33.83%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD7130 (or 0xAD7130) is known color: Reno Sand. HEX triplet: AD, 71 and 30. RGB value is (173,113,48). Sum of RGB (Red+Green+Blue) = 173+113+48=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7130 is #528ECF. Grayscale: #7B7B7B. Windows color (decimal): -5410512 or 3174829. OLE color: 3174829.

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

Color convert

RGB 173 113 48 -
CMYK 0 0.35 0.72 0.32
HSL 31.2º 0.57% 0.43% -
HSV(B) 31.2º 0.72% 0.68% -
XYZ 23.67 20.91 5.58 -
YUV 123.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 173 113 48 0 0.35 0.72 0.32 31.2 0.57 0.43
Hex AD 71 30 0 23 48 20 1F 39 2B
Octal 255 161 60 0 43 110 40 37 71 53
Binary 10101101 1110001 110000 0 100011 1001000 100000 11111 111001 101011

Color Harmonies of #AD7130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7130

Black with #AD7130

Text Example


Text Example

White with #AD7130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7130; }

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

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

background-color css

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

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

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

border-color css

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

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

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