#A26303

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

Shades of Golden Brown #A26303

Tints of Golden Brown #A26303

Color information

#A26303 (or 0xA26303) is unknown color: approx Golden Brown. HEX triplet: A2, 63 and 03. RGB value is (162,99,3). Sum of RGB (Red+Green+Blue) = 162+99+3=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A26303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26303 is #5D9CFC. Grayscale: #6B6B6B. Windows color (decimal): -6135037 or 222114. OLE color: 222114.

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

Color convert

RGB162993-
CMYK00.390.980.36
HSL36.23º96.36%32.35%-
HSV(B)36.23º98.15%63.53%-
XYZ19.3816.612.27-
YUV106.8969.37167.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.36%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=61.36%
G=37.5%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16299300.390.980.3636.2396.3632.35
HexA26330276224246020
Octal2421433047142444414040
Binary10100010110001111010011111000101001001001001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26303; }

 p { color: rgb(162,99,3); }

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

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

 a { background-color: rgb(162,99,3); }

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

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

 span { border-color: rgb(162,99,3); }

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