#A35E1A

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

Shades of Golden Brown #A35E1A

Tints of Golden Brown #A35E1A

Color information

#A35E1A (or 0xA35E1A) is unknown color: approx Golden Brown. HEX triplet: A3, 5E and 1A. RGB value is (163,94,26). Sum of RGB (Red+Green+Blue) = 163+94+26=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35E1A is #5CA1E5. Grayscale: #6B6B6B. Windows color (decimal): -6070758 or 1728163. OLE color: 1728163.

HSL color Cylindrical-coordinate representation of color #A35E1A: hue angle of 29.78º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A35E1A is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB1639426-
CMYK00.420.840.36
HSL29.78º72.49%37.06%-
HSV(B)29.78º84.05%63.92%-
XYZ19.2915.873.02-
YUV106.8882.36168.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.60%
GREEN value IS 94 (37.11% from 255) = 33.22%
BLUE value IS 26 (10.55% from 255) = 9.19%
R=57.60%
G=33.22%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163942600.420.840.3629.7872.4937.06
HexA35E1A02A54241e4825
Octal24313632052124443611045
Binary1010001110111101101001010101010100100100111101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35E1A; }

 p { color: rgb(163,94,26); }

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

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

 a { background-color: rgb(163,94,26); }

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

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

 span { border-color: rgb(163,94,26); }

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