Html Css Color HEX #AD6932 Reno Sand

📋 copy color: '#AD6932'

red 173 ◦ green 105 ◦ blue 50

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

Shades of Reno Sand #AD6932

Tints of Reno Sand #AD6932

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.01%

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

R = 52.74%
G = 32.01%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD6932 (or 0xAD6932) is known color: Reno Sand. HEX triplet: AD, 69 and 32. RGB value is (173,105,50). Sum of RGB (Red+Green+Blue) = 173+105+50=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6932 is #5296CD. Grayscale: #777777. Windows color (decimal): -5412558 or 3303853. OLE color: 3303853.

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

Color convert

RGB 173 105 50 -
CMYK 0 0.39 0.71 0.32
HSL 26.83º 0.55% 0.44% -
HSV(B) 26.83º 0.71% 0.68% -
XYZ 22.86 19.22 5.52 -
YUV 119.06 89.03 166.47 -
System Red Green Blue C M Y K H S L
Decimal 173 105 50 0 0.39 0.71 0.32 26.83 0.55 0.44
Hex AD 69 32 0 27 47 20 1B 37 2C
Octal 255 151 62 0 47 107 40 33 67 54
Binary 10101101 1101001 110010 0 100111 1000111 100000 11011 110111 101100

Color Harmonies of #AD6932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6932

Black with #AD6932

Text Example


Text Example

White with #AD6932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6932; }

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

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

background-color css

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

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

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

border-color css

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

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

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