Html Css Color HEX #AD6830 Reno Sand

📋 copy color: '#AD6830'

red 173 ◦ green 104 ◦ blue 48

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

Shades of Reno Sand #AD6830

Tints of Reno Sand #AD6830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32%

 BLUE value IS 48 (19.14% from 255) = 14.77%

R = 53.23%
G = 32%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD6830 (or 0xAD6830) is known color: Reno Sand. HEX triplet: AD, 68 and 30. RGB value is (173,104,48). Sum of RGB (Red+Green+Blue) = 173+104+48=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6830 is #5297CF. Grayscale: #767676. Windows color (decimal): -5412816 or 3172525. OLE color: 3172525.

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

Color convert

RGB 173 104 48 -
CMYK 0 0.40 0.72 0.32
HSL 26.88º 0.57% 0.43% -
HSV(B) 26.88º 0.72% 0.68% -
XYZ 22.72 19 5.27 -
YUV 118.25 88.36 167.05 -
System Red Green Blue C M Y K H S L
Decimal 173 104 48 0 0.40 0.72 0.32 26.88 0.57 0.43
Hex AD 68 30 0 28 48 20 1B 39 2B
Octal 255 150 60 0 50 110 40 33 71 53
Binary 10101101 1101000 110000 0 101000 1001000 100000 11011 111001 101011

Color Harmonies of #AD6830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6830

Black with #AD6830

Text Example


Text Example

White with #AD6830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6830; }

 p { color: rgb(173,104,48); }

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

background-color css

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

 a { background-color: rgb(173,104,48); }

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

border-color css

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

 span { border-color: rgb(173,104,48); }

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