Html Css Color HEX #AD6A2C Reno Sand

📋 copy color: '#AD6A2C'

red 173 ◦ green 106 ◦ blue 44

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

Shades of Reno Sand #AD6A2C

Tints of Reno Sand #AD6A2C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.82%

 BLUE value IS 44 (17.58% from 255) = 13.62%

R = 53.56%
G = 32.82%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD6A2C (or 0xAD6A2C) is known color: Reno Sand. HEX triplet: AD, 6A and 2C. RGB value is (173,106,44). Sum of RGB (Red+Green+Blue) = 173+106+44=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6A2C is #5295D3. Grayscale: #777777. Windows color (decimal): -5412308 or 2910893. OLE color: 2910893.

HSL color Cylindrical-coordinate representation of color #AD6A2C: hue angle of 28.84º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD6A2C is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 106 44 -
CMYK 0 0.39 0.75 0.32
HSL 28.84º 0.59% 0.43% -
HSV(B) 28.84º 0.75% 0.68% -
XYZ 22.84 19.37 4.92 -
YUV 118.97 85.7 166.54 -
System Red Green Blue C M Y K H S L
Decimal 173 106 44 0 0.39 0.75 0.32 28.84 0.59 0.43
Hex AD 6A 2C 0 27 4B 20 1D 3B 2B
Octal 255 152 54 0 47 113 40 35 73 53
Binary 10101101 1101010 101100 0 100111 1001011 100000 11101 111011 101011

Color Harmonies of #AD6A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6A2C

Black with #AD6A2C

Text Example


Text Example

White with #AD6A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6A2C; }

 p { color: rgb(173,106,44); }

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

background-color css

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

 a { background-color: rgb(173,106,44); }

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

border-color css

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

 span { border-color: rgb(173,106,44); }

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