Html Css Color HEX #AD6B26 Reno Sand

📋 copy color: '#AD6B26'

red 173 ◦ green 107 ◦ blue 38

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

Shades of Reno Sand #AD6B26

Tints of Reno Sand #AD6B26

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.65%

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

R = 54.4%
G = 33.65%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD6B26 (or 0xAD6B26) is known color: Reno Sand. HEX triplet: AD, 6B and 26. RGB value is (173,107,38). Sum of RGB (Red+Green+Blue) = 173+107+38=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6B26 is #5294D9. Grayscale: #777777. Windows color (decimal): -5412058 or 2517933. OLE color: 2517933.

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

Color convert

RGB 173 107 38 -
CMYK 0 0.38 0.78 0.32
HSL 30.67º 0.64% 0.41% -
HSV(B) 30.67º 0.78% 0.68% -
XYZ 22.84 19.54 4.4 -
YUV 118.87 82.37 166.61 -
System Red Green Blue C M Y K H S L
Decimal 173 107 38 0 0.38 0.78 0.32 30.67 0.64 0.41
Hex AD 6B 26 0 26 4E 20 1F 40 29
Octal 255 153 46 0 46 116 40 37 100 51
Binary 10101101 1101011 100110 0 100110 1001110 100000 11111 1000000 101001

Color Harmonies of #AD6B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6B26

Black with #AD6B26

Text Example


Text Example

White with #AD6B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6B26; }

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

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

background-color css

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

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

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

border-color css

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

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

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