Html Css Color HEX #AD6B2B Reno Sand

📋 copy color: '#AD6B2B'

red 173 ◦ green 107 ◦ blue 43

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

Shades of Reno Sand #AD6B2B

Tints of Reno Sand #AD6B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.31%

R = 53.56%
G = 33.13%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD6B2B (or 0xAD6B2B) is known color: Reno Sand. HEX triplet: AD, 6B and 2B. RGB value is (173,107,43). Sum of RGB (Red+Green+Blue) = 173+107+43=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6B2B is #5294D4. Grayscale: #777777. Windows color (decimal): -5412053 or 2845613. OLE color: 2845613.

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

Color convert

RGB 173 107 43 -
CMYK 0 0.38 0.75 0.32
HSL 29.54º 0.6% 0.42% -
HSV(B) 29.54º 0.75% 0.68% -
XYZ 22.93 19.57 4.86 -
YUV 119.44 84.87 166.2 -
System Red Green Blue C M Y K H S L
Decimal 173 107 43 0 0.38 0.75 0.32 29.54 0.6 0.42
Hex AD 6B 2B 0 26 4B 20 1E 3C 2A
Octal 255 153 53 0 46 113 40 36 74 52
Binary 10101101 1101011 101011 0 100110 1001011 100000 11110 111100 101010

Color Harmonies of #AD6B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6B2B

Black with #AD6B2B

Text Example


Text Example

White with #AD6B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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