#A35400

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

Shades of Golden Brown #A35400

Tints of Golden Brown #A35400

Color information

#A35400 (or 0xA35400) is unknown color: approx Golden Brown. HEX triplet: A3, 54 and 00. RGB value is (163,84,0). Sum of RGB (Red+Green+Blue) = 163+84+0=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A35400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35400 is #5CABFF. Grayscale: #626262. Windows color (decimal): -6073344 or 21667. OLE color: 21667.

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

Color convert

RGB163840-
CMYK00.4810.36
HSL30.92º100%31.96%-
HSV(B)30.92º100%63.92%-
XYZ18.2714.131.76-
YUV98.0472.67174.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.99%
GREEN value IS 84 (33.20% from 255) = 34.01%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.99%
G=34.01%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16384000.4810.3630.9210031.96
HexA354003064241f6420
Octal2431240060144443714440
Binary101000111010100001100001100100100100111111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35400; }

 p { color: rgb(163,84,0); }

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

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

 a { background-color: rgb(163,84,0); }

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

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

 span { border-color: rgb(163,84,0); }

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