#A35000

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

Shades of Golden Brown #A35000

Tints of Golden Brown #A35000

Color information

#A35000 (or 0xA35000) is unknown color: approx Golden Brown. HEX triplet: A3, 50 and 00. RGB value is (163,80,0). Sum of RGB (Red+Green+Blue) = 163+80+0=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A35000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35000 is #5CAFFF. Grayscale: #606060. Windows color (decimal): -6074368 or 20643. OLE color: 20643.

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

Color convert

RGB163800-
CMYK00.5110.36
HSL29.45º100%31.96%-
HSV(B)29.45º100%63.92%-
XYZ17.9713.521.66-
YUV95.774176-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 67.08%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.08%
G=32.92%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16380000.5110.3629.4510031.96
HexA350003364241d6420
Octal2431200063144443514440
Binary101000111010000001100111100100100100111011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35000; }

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

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

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

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

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

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

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

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