Html Css Color HEX #AD6B34 Reno Sand

📋 copy color: '#AD6B34'

red 173 ◦ green 107 ◦ blue 52

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

Shades of Reno Sand #AD6B34

Tints of Reno Sand #AD6B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.66%

R = 52.11%
G = 32.23%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD6B34 (or 0xAD6B34) is known color: Reno Sand. HEX triplet: AD, 6B and 34. RGB value is (173,107,52). Sum of RGB (Red+Green+Blue) = 173+107+52=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6B34 is #5294CB. Grayscale: #787878. Windows color (decimal): -5412044 or 3435437. OLE color: 3435437.

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

Color convert

RGB 173 107 52 -
CMYK 0 0.38 0.70 0.32
HSL 27.27º 0.54% 0.44% -
HSV(B) 27.27º 0.7% 0.68% -
XYZ 23.11 19.65 5.82 -
YUV 120.46 89.37 165.47 -
System Red Green Blue C M Y K H S L
Decimal 173 107 52 0 0.38 0.70 0.32 27.27 0.54 0.44
Hex AD 6B 34 0 26 46 20 1B 36 2C
Octal 255 153 64 0 46 106 40 33 66 54
Binary 10101101 1101011 110100 0 100110 1000110 100000 11011 110110 101100

Color Harmonies of #AD6B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6B34

Black with #AD6B34

Text Example


Text Example

White with #AD6B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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