#AD753B

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

Shades of Reno Sand #AD753B

Tints of Reno Sand #AD753B

Color information

#AD753B (or 0xAD753B) is unknown color: approx Reno Sand. HEX triplet: AD, 75 and 3B. RGB value is (173,117,59). Sum of RGB (Red+Green+Blue) = 173+117+59=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD753B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD753B is #528AC4. Grayscale: #7F7F7F. Windows color (decimal): -5409477 or 3896749. OLE color: 3896749.

HSL color Cylindrical-coordinate representation of color #AD753B: hue angle of 30.53º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD753B is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB17311759-
CMYK00.320.660.32
HSL30.53º49.14%45.49%-
HSV(B)30.53º65.9%67.84%-
XYZ24.3821.927.08-
YUV127.1389.55160.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.57%
GREEN value IS 117 (46.09% from 255) = 33.52%
BLUE value IS 59 (23.44% from 255) = 16.91%
R=49.57%
G=33.52%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731175900.320.660.3230.5349.1445.49
HexAD753B02042201f312d
Octal2551657304010240376155
Binary1010110111101011110110100000100001010000011111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD753B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD753B; }

 p { color: rgb(173,117,59); }

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

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

 a { background-color: rgb(173,117,59); }

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

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

 span { border-color: rgb(173,117,59); }

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