#AD5C03

Color #AD5C03 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AD5C03

Tints of Golden Brown #AD5C03

Color information

#AD5C03 (or 0xAD5C03) is unknown color: approx Golden Brown. HEX triplet: AD, 5C and 03. RGB value is (173,92,3). Sum of RGB (Red+Green+Blue) = 173+92+3=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5C03 is #52A3FC. Grayscale: #6A6A6A. Windows color (decimal): -5415933 or 220333. OLE color: 220333.

HSL color Cylindrical-coordinate representation of color #AD5C03: hue angle of 31.41º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD5C03 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB173923-
CMYK00.470.980.32
HSL31.41º96.59%34.51%-
HSV(B)31.41º98.27%67.84%-
XYZ21.0816.552.17-
YUV106.0769.84175.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 64.55%
GREEN value IS 92 (36.33% from 255) = 34.33%
BLUE value IS 3 (1.56% from 255) = 1.12%
R=64.55%
G=34.33%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17392300.470.980.3231.4196.5934.51
HexAD5C302F62201f6123
Octal2551343057142403714143
Binary1010110110111001101011111100010100000111111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5C03; }

 p { color: rgb(173,92,3); }

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

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

 a { background-color: rgb(173,92,3); }

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

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

 span { border-color: rgb(173,92,3); }

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