Html Css Color HEX #AD6831 Reno Sand

📋 copy color: '#AD6831'

red 173 ◦ green 104 ◦ blue 49

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

Shades of Reno Sand #AD6831

Tints of Reno Sand #AD6831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.03%

R = 53.07%
G = 31.9%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD6831 (or 0xAD6831) is known color: Reno Sand. HEX triplet: AD, 68 and 31. RGB value is (173,104,49). Sum of RGB (Red+Green+Blue) = 173+104+49=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6831 is #5297CE. Grayscale: #767676. Windows color (decimal): -5412815 or 3238061. OLE color: 3238061.

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

Color convert

RGB 173 104 49 -
CMYK 0 0.40 0.72 0.32
HSL 26.61º 0.56% 0.44% -
HSV(B) 26.61º 0.72% 0.68% -
XYZ 22.74 19.01 5.38 -
YUV 118.36 88.86 166.97 -
System Red Green Blue C M Y K H S L
Decimal 173 104 49 0 0.40 0.72 0.32 26.61 0.56 0.44
Hex AD 68 31 0 28 48 20 1B 38 2C
Octal 255 150 61 0 50 110 40 33 70 54
Binary 10101101 1101000 110001 0 101000 1001000 100000 11011 111000 101100

Color Harmonies of #AD6831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6831

Black with #AD6831

Text Example


Text Example

White with #AD6831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6831; }

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

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

background-color css

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

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

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

border-color css

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

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

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