Html Css Color HEX #AD6832 Reno Sand

📋 copy color: '#AD6832'

red 173 ◦ green 104 ◦ blue 50

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

Shades of Reno Sand #AD6832

Tints of Reno Sand #AD6832

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.8%

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

R = 52.91%
G = 31.8%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD6832 (or 0xAD6832) is known color: Reno Sand. HEX triplet: AD, 68 and 32. RGB value is (173,104,50). Sum of RGB (Red+Green+Blue) = 173+104+50=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6832 is #5297CD. Grayscale: #767676. Windows color (decimal): -5412814 or 3303597. OLE color: 3303597.

HSL color Cylindrical-coordinate representation of color #AD6832: hue angle of 26.34º 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 #AD6832 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 104 50 -
CMYK 0 0.40 0.71 0.32
HSL 26.34º 0.55% 0.44% -
HSV(B) 26.34º 0.71% 0.68% -
XYZ 22.76 19.02 5.49 -
YUV 118.48 89.36 166.89 -
System Red Green Blue C M Y K H S L
Decimal 173 104 50 0 0.40 0.71 0.32 26.34 0.55 0.44
Hex AD 68 32 0 28 47 20 1A 37 2C
Octal 255 150 62 0 50 107 40 32 67 54
Binary 10101101 1101000 110010 0 101000 1000111 100000 11010 110111 101100

Color Harmonies of #AD6832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6832

Black with #AD6832

Text Example


Text Example

White with #AD6832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6832; }

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

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

background-color css

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

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

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

border-color css

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

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

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