Html Css Color HEX #AD6F2E Reno Sand

📋 copy color: '#AD6F2E'

red 173 ◦ green 111 ◦ blue 46

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

Shades of Reno Sand #AD6F2E

Tints of Reno Sand #AD6F2E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.64%

 BLUE value IS 46 (18.36% from 255) = 13.94%

R = 52.42%
G = 33.64%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD6F2E (or 0xAD6F2E) is known color: Reno Sand. HEX triplet: AD, 6F and 2E. RGB value is (173,111,46). Sum of RGB (Red+Green+Blue) = 173+111+46=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6F2E is #5290D1. Grayscale: #7A7A7A. Windows color (decimal): -5411026 or 3043245. OLE color: 3043245.

HSL color Cylindrical-coordinate representation of color #AD6F2E: hue angle of 30.71º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD6F2E is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 111 46 -
CMYK 0 0.36 0.73 0.32
HSL 30.71º 0.58% 0.43% -
HSV(B) 30.71º 0.73% 0.68% -
XYZ 23.41 20.45 5.3 -
YUV 122.13 85.04 164.29 -
System Red Green Blue C M Y K H S L
Decimal 173 111 46 0 0.36 0.73 0.32 30.71 0.58 0.43
Hex AD 6F 2E 0 24 49 20 1F 3A 2B
Octal 255 157 56 0 44 111 40 37 72 53
Binary 10101101 1101111 101110 0 100100 1001001 100000 11111 111010 101011

Color Harmonies of #AD6F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6F2E

Black with #AD6F2E

Text Example


Text Example

White with #AD6F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6F2E; }

 p { color: rgb(173,111,46); }

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

background-color css

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

 a { background-color: rgb(173,111,46); }

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

border-color css

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

 span { border-color: rgb(173,111,46); }

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