Html Css Color HEX #AD723A Reno Sand

📋 copy color: '#AD723A'

red 173 ◦ green 114 ◦ blue 58

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

Shades of Reno Sand #AD723A

Tints of Reno Sand #AD723A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.81%

R = 50.14%
G = 33.04%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD723A (or 0xAD723A) is known color: Reno Sand. HEX triplet: AD, 72 and 3A. RGB value is (173,114,58). Sum of RGB (Red+Green+Blue) = 173+114+58=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD723A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD723A is #528DC5. Grayscale: #7D7D7D. Windows color (decimal): -5410246 or 3830445. OLE color: 3830445.

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

Color convert

RGB 173 114 58 -
CMYK 0 0.34 0.66 0.32
HSL 29.22º 0.5% 0.45% -
HSV(B) 29.22º 0.66% 0.68% -
XYZ 24.01 21.22 6.83 -
YUV 125.26 90.05 162.05 -
System Red Green Blue C M Y K H S L
Decimal 173 114 58 0 0.34 0.66 0.32 29.22 0.5 0.45
Hex AD 72 3A 0 22 42 20 1D 32 2D
Octal 255 162 72 0 42 102 40 35 62 55
Binary 10101101 1110010 111010 0 100010 1000010 100000 11101 110010 101101

Color Harmonies of #AD723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD723A

Black with #AD723A

Text Example


Text Example

White with #AD723A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD723A; }

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

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

background-color css

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

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

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

border-color css

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

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

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