#AD7233

Color #AD7233 Reno Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reno Sand #AD7233

Tints of Reno Sand #AD7233

Color information

#AD7233 (or 0xAD7233) is unknown color: approx Reno Sand. HEX triplet: AD, 72 and 33. RGB value is (173,114,51). Sum of RGB (Red+Green+Blue) = 173+114+51=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7233 is #528DCC. Grayscale: #7C7C7C. Windows color (decimal): -5410253 or 3371693. OLE color: 3371693.

HSL color Cylindrical-coordinate representation of color #AD7233: hue angle of 30.98º degrees, saturation: 0.54, 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 #AD7233 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB17311451-
CMYK00.340.710.32
HSL30.98º54.46%43.92%-
HSV(B)30.98º70.52%67.84%-
XYZ23.8521.165.96-
YUV124.4686.55162.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.18%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 51 (20.31% from 255) = 15.09%
R=51.18%
G=33.73%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731145100.340.710.3230.9854.4643.92
HexAD723302247201f362c
Octal2551626304210740376654
Binary1010110111100101100110100010100011110000011111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7233; }

 p { color: rgb(173,114,51); }

 H1.HeaderClassName
 {
   color: #AD7233;
 }
 .AnyTagClassName
 {
   color: #AD7233;
 }
</style>
background-color css

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

 a { background-color: rgb(173,114,51); }

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

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

 span { border-color: rgb(173,114,51); }

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