#A96503

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

Shades of Golden Brown #A96503

Tints of Golden Brown #A96503

Color information

#A96503 (or 0xA96503) is unknown color: approx Golden Brown. HEX triplet: A9, 65 and 03. RGB value is (169,101,3). Sum of RGB (Red+Green+Blue) = 169+101+3=273 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.90% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 169 - color contains mainly: red. Hex color #A96503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96503 is #569AFC. Grayscale: #6E6E6E. Windows color (decimal): -5675773 or 222633. OLE color: 222633.

HSL color Cylindrical-coordinate representation of color #A96503: hue angle of 35.42º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A96503 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB1691013-
CMYK00.400.980.34
HSL35.42º96.51%33.73%-
HSV(B)35.42º98.22%66.27%-
XYZ21.0317.752.4-
YUV110.1667.53169.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 61.90%
GREEN value IS 101 (39.84% from 255) = 37.00%
BLUE value IS 3 (1.56% from 255) = 1.10%
R=61.90%
G=37.00%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169101300.400.980.3435.4296.5133.73
HexA96530286222236122
Octal2511453050142424314142
Binary10101001110010111010100011000101000101000111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96503; }

 p { color: rgb(169,101,3); }

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

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

 a { background-color: rgb(169,101,3); }

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

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

 span { border-color: rgb(169,101,3); }

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