#A4610E

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

Shades of Golden Brown #A4610E

Tints of Golden Brown #A4610E

Color information

#A4610E (or 0xA4610E) is unknown color: approx Golden Brown. HEX triplet: A4, 61 and 0E. RGB value is (164,97,14). Sum of RGB (Red+Green+Blue) = 164+97+14=275 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.64% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 164 - color contains mainly: red. Hex color #A4610E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4610E is #5B9EF1. Grayscale: #6B6B6B. Windows color (decimal): -6004466 or 942500. OLE color: 942500.

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

Color convert

RGB1649714-
CMYK00.410.910.36
HSL33.2º84.27%34.9%-
HSV(B)33.2º91.46%64.31%-
XYZ19.6616.472.56-
YUV107.5775.2168.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 59.64%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 14 (5.86% from 255) = 5.09%
R=59.64%
G=35.27%
B=5.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164971400.410.910.3633.284.2734.9
HexA461E0295B24215423
Octal24414116051133444112443
Binary1010010011000011110010100110110111001001000011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4610E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4610E; }

 p { color: rgb(164,97,14); }

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

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

 a { background-color: rgb(164,97,14); }

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

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

 span { border-color: rgb(164,97,14); }

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