#A06503

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

Shades of Golden Brown #A06503

Tints of Golden Brown #A06503

Color information

#A06503 (or 0xA06503) is unknown color: approx Golden Brown. HEX triplet: A0, 65 and 03. RGB value is (160,101,3). Sum of RGB (Red+Green+Blue) = 160+101+3=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A06503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06503 is #5F9AFC. Grayscale: #6B6B6B. Windows color (decimal): -6265597 or 222624. OLE color: 222624.

HSL color Cylindrical-coordinate representation of color #A06503: hue angle of 37.45º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A06503 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB1601013-
CMYK00.370.980.37
HSL37.45º96.32%31.96%-
HSV(B)37.45º98.12%62.75%-
XYZ19.1716.792.32-
YUV107.4769.05165.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.61%
GREEN value IS 101 (39.84% from 255) = 38.26%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=60.61%
G=38.26%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160101300.370.980.3737.4596.3231.96
HexA06530256225256020
Octal2401453045142454514040
Binary10100000110010111010010111000101001011001011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06503; }

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

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

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

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

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

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

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

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