Html Css Color HEX #AD6B35 Reno Sand

📋 copy color: '#AD6B35'

red 173 ◦ green 107 ◦ blue 53

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

Shades of Reno Sand #AD6B35

Tints of Reno Sand #AD6B35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.92%

R = 51.95%
G = 32.13%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD6B35 (or 0xAD6B35) is known color: Reno Sand. HEX triplet: AD, 6B and 35. RGB value is (173,107,53). Sum of RGB (Red+Green+Blue) = 173+107+53=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6B35 is #5294CA. Grayscale: #787878. Windows color (decimal): -5412043 or 3500973. OLE color: 3500973.

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

Color convert

RGB 173 107 53 -
CMYK 0 0.38 0.69 0.32
HSL 27º 0.53% 0.44% -
HSV(B) 27º 0.69% 0.68% -
XYZ 23.13 19.66 5.94 -
YUV 120.58 89.87 165.39 -
System Red Green Blue C M Y K H S L
Decimal 173 107 53 0 0.38 0.69 0.32 27 0.53 0.44
Hex AD 6B 35 0 26 45 20 1B 35 2C
Octal 255 153 65 0 46 105 40 33 65 54
Binary 10101101 1101011 110101 0 100110 1000101 100000 11011 110101 101100

Color Harmonies of #AD6B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6B35

Black with #AD6B35

Text Example


Text Example

White with #AD6B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6B35; }

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

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

background-color css

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

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

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

border-color css

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

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

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