Html Css Color HEX #AD6A32 Reno Sand

📋 copy color: '#AD6A32'

red 173 ◦ green 106 ◦ blue 50

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

Shades of Reno Sand #AD6A32

Tints of Reno Sand #AD6A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.2%

R = 52.58%
G = 32.22%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD6A32 (or 0xAD6A32) is known color: Reno Sand. HEX triplet: AD, 6A and 32. RGB value is (173,106,50). Sum of RGB (Red+Green+Blue) = 173+106+50=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6A32 is #5295CD. Grayscale: #777777. Windows color (decimal): -5412302 or 3304109. OLE color: 3304109.

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

Color convert

RGB 173 106 50 -
CMYK 0 0.39 0.71 0.32
HSL 27.32º 0.55% 0.44% -
HSV(B) 27.32º 0.71% 0.68% -
XYZ 22.96 19.42 5.56 -
YUV 119.65 88.7 166.05 -
System Red Green Blue C M Y K H S L
Decimal 173 106 50 0 0.39 0.71 0.32 27.32 0.55 0.44
Hex AD 6A 32 0 27 47 20 1B 37 2C
Octal 255 152 62 0 47 107 40 33 67 54
Binary 10101101 1101010 110010 0 100111 1000111 100000 11011 110111 101100

Color Harmonies of #AD6A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6A32

Black with #AD6A32

Text Example


Text Example

White with #AD6A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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