#A35E0A

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

Shades of Golden Brown #A35E0A

Tints of Golden Brown #A35E0A

Color information

#A35E0A (or 0xA35E0A) is unknown color: approx Golden Brown. HEX triplet: A3, 5E and 0A. RGB value is (163,94,10). Sum of RGB (Red+Green+Blue) = 163+94+10=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35E0A is #5CA1F5. Grayscale: #696969. Windows color (decimal): -6070774 or 679587. OLE color: 679587.

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

Color convert

RGB1639410-
CMYK00.420.940.36
HSL32.94º88.44%33.92%-
HSV(B)32.94º93.87%63.92%-
XYZ19.1615.812.33-
YUV105.0674.36169.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.05%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 10 (4.30% from 255) = 3.75%
R=61.05%
G=35.21%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163941000.420.940.3632.9488.4433.92
HexA35EA02A5E24215822
Octal24313612052136444113042
Binary1010001110111101010010101010111101001001000011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35E0A; }

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

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

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

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

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

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

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

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