Html Css Color HEX #AD7232 Reno Sand

📋 copy color: '#AD7232'

red 173 ◦ green 114 ◦ blue 50

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

Shades of Reno Sand #AD7232

Tints of Reno Sand #AD7232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.84%

R = 51.34%
G = 33.83%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD7232 (or 0xAD7232) is known color: Reno Sand. HEX triplet: AD, 72 and 32. RGB value is (173,114,50). Sum of RGB (Red+Green+Blue) = 173+114+50=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7232 is #528DCD. Grayscale: #7C7C7C. Windows color (decimal): -5410254 or 3306157. OLE color: 3306157.

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

Color convert

RGB 173 114 50 -
CMYK 0 0.34 0.71 0.32
HSL 31.22º 0.55% 0.44% -
HSV(B) 31.22º 0.71% 0.68% -
XYZ 23.83 21.15 5.84 -
YUV 124.35 86.05 162.7 -
System Red Green Blue C M Y K H S L
Decimal 173 114 50 0 0.34 0.71 0.32 31.22 0.55 0.44
Hex AD 72 32 0 22 47 20 1F 37 2C
Octal 255 162 62 0 42 107 40 37 67 54
Binary 10101101 1110010 110010 0 100010 1000111 100000 11111 110111 101100

Color Harmonies of #AD7232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7232

Black with #AD7232

Text Example


Text Example

White with #AD7232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7232; }

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

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

background-color css

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

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

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

border-color css

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

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

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