#A35800

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

Shades of Golden Brown #A35800

Tints of Golden Brown #A35800

Color information

#A35800 (or 0xA35800) is unknown color: approx Golden Brown. HEX triplet: A3, 58 and 00. RGB value is (163,88,0). Sum of RGB (Red+Green+Blue) = 163+88+0=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A35800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35800 is #5CA7FF. Grayscale: #646464. Windows color (decimal): -6072320 or 22691. OLE color: 22691.

HSL color Cylindrical-coordinate representation of color #A35800: hue angle of 32.39º 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 #A35800 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB163880-
CMYK00.4610.36
HSL32.39º100%31.96%-
HSV(B)32.39º100%63.92%-
XYZ18.5914.771.87-
YUV100.3971.35172.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.94%
GREEN value IS 88 (34.77% from 255) = 35.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.94%
G=35.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16388000.4610.3632.3910031.96
HexA358002E6424206420
Octal2431300056144444014440
Binary1010001110110000010111011001001001001000001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35800; }

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

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

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

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

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

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

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

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