Html Css Color HEX #AD702D Reno Sand

📋 copy color: '#AD702D'

red 173 ◦ green 112 ◦ blue 45

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

Shades of Reno Sand #AD702D

Tints of Reno Sand #AD702D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.94%

 BLUE value IS 45 (17.97% from 255) = 13.64%

R = 52.42%
G = 33.94%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AD702D (or 0xAD702D) is known color: Reno Sand. HEX triplet: AD, 70 and 2D. RGB value is (173,112,45). Sum of RGB (Red+Green+Blue) = 173+112+45=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD702D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD702D is #528FD2. Grayscale: #7A7A7A. Windows color (decimal): -5410771 or 2977965. OLE color: 2977965.

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

Color convert

RGB 173 112 45 -
CMYK 0 0.35 0.74 0.32
HSL 31.41º 0.59% 0.43% -
HSV(B) 31.41º 0.74% 0.68% -
XYZ 23.5 20.66 5.23 -
YUV 122.6 84.21 163.95 -
System Red Green Blue C M Y K H S L
Decimal 173 112 45 0 0.35 0.74 0.32 31.41 0.59 0.43
Hex AD 70 2D 0 23 4A 20 1F 3B 2B
Octal 255 160 55 0 43 112 40 37 73 53
Binary 10101101 1110000 101101 0 100011 1001010 100000 11111 111011 101011

Color Harmonies of #AD702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD702D

Black with #AD702D

Text Example


Text Example

White with #AD702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD702D; }

 p { color: rgb(173,112,45); }

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

background-color css

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

 a { background-color: rgb(173,112,45); }

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

border-color css

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

 span { border-color: rgb(173,112,45); }

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