Html Css Color HEX #AD6D2A Reno Sand

📋 copy color: '#AD6D2A'

red 173 ◦ green 109 ◦ blue 42

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

Shades of Reno Sand #AD6D2A

Tints of Reno Sand #AD6D2A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.64%

 BLUE value IS 42 (16.8% from 255) = 12.96%

R = 53.4%
G = 33.64%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD6D2A (or 0xAD6D2A) is known color: Reno Sand. HEX triplet: AD, 6D and 2A. RGB value is (173,109,42). Sum of RGB (Red+Green+Blue) = 173+109+42=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6D2A is #5292D5. Grayscale: #787878. Windows color (decimal): -5411542 or 2780589. OLE color: 2780589.

HSL color Cylindrical-coordinate representation of color #AD6D2A: hue angle of 30.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD6D2A is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 109 42 -
CMYK 0 0.37 0.76 0.32
HSL 30.69º 0.61% 0.42% -
HSV(B) 30.69º 0.76% 0.68% -
XYZ 23.12 19.99 4.83 -
YUV 120.5 83.7 165.45 -
System Red Green Blue C M Y K H S L
Decimal 173 109 42 0 0.37 0.76 0.32 30.69 0.61 0.42
Hex AD 6D 2A 0 25 4C 20 1F 3D 2A
Octal 255 155 52 0 45 114 40 37 75 52
Binary 10101101 1101101 101010 0 100101 1001100 100000 11111 111101 101010

Color Harmonies of #AD6D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6D2A

Black with #AD6D2A

Text Example


Text Example

White with #AD6D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6D2A; }

 p { color: rgb(173,109,42); }

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

background-color css

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

 a { background-color: rgb(173,109,42); }

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

border-color css

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

 span { border-color: rgb(173,109,42); }

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