#ad6f30

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

Shades of Reno Sand #AD6F30

Tints of Reno Sand #AD6F30

Color information

#AD6F30 (or 0xAD6F30) is unknown color: approx Reno Sand. HEX triplet: AD, 6F and 30. RGB value is (173,111,48). Sum of RGB (Red+Green+Blue) = 173+111+48=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6F30 is #5290CF. Grayscale: #7A7A7A. Windows color (decimal): -5411024 or 3174317. OLE color: 3174317.

HSL color Cylindrical-coordinate representation of color #AD6F30: hue angle of 30.24º 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 #AD6F30 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB17311148-
CMYK00.360.720.32
HSL30.24º56.56%43.33%-
HSV(B)30.24º72.25%67.84%-
XYZ23.4520.475.51-
YUV122.3686.04164.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.11%
GREEN value IS 111 (43.75% from 255) = 33.43%
BLUE value IS 48 (19.14% from 255) = 14.46%
R=52.11%
G=33.43%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731114800.360.720.3230.2456.5643.33
HexAD6F3002448201e392b
Octal2551576004411040367153
Binary1010110111011111100000100100100100010000011110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad6f30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad6f30; }

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

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

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

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

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

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

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

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