Html Css Color HEX #AD6A26 Reno Sand

📋 copy color: '#AD6A26'

red 173 ◦ green 106 ◦ blue 38

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

Shades of Reno Sand #AD6A26

Tints of Reno Sand #AD6A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.99%

R = 54.57%
G = 33.44%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD6A26 (or 0xAD6A26) is known color: Reno Sand. HEX triplet: AD, 6A and 26. RGB value is (173,106,38). Sum of RGB (Red+Green+Blue) = 173+106+38=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6A26 is #5295D9. Grayscale: #767676. Windows color (decimal): -5412314 or 2517677. OLE color: 2517677.

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

Color convert

RGB 173 106 38 -
CMYK 0 0.39 0.78 0.32
HSL 30.22º 0.64% 0.41% -
HSV(B) 30.22º 0.78% 0.68% -
XYZ 22.74 19.33 4.37 -
YUV 118.28 82.7 167.03 -
System Red Green Blue C M Y K H S L
Decimal 173 106 38 0 0.39 0.78 0.32 30.22 0.64 0.41
Hex AD 6A 26 0 27 4E 20 1E 40 29
Octal 255 152 46 0 47 116 40 36 100 51
Binary 10101101 1101010 100110 0 100111 1001110 100000 11110 1000000 101001

Color Harmonies of #AD6A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6A26

Black with #AD6A26

Text Example


Text Example

White with #AD6A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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