#A65E15

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

Shades of Golden Brown #A65E15

Tints of Golden Brown #A65E15

Color information

#A65E15 (or 0xA65E15) is unknown color: approx Golden Brown. HEX triplet: A6, 5E and 15. RGB value is (166,94,21). Sum of RGB (Red+Green+Blue) = 166+94+21=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65E15 is #59A1EA. Grayscale: #6B6B6B. Windows color (decimal): -5874155 or 1400486. OLE color: 1400486.

HSL color Cylindrical-coordinate representation of color #A65E15: hue angle of 30.21º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A65E15 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB1669421-
CMYK00.430.870.35
HSL30.21º77.54%36.67%-
HSV(B)30.21º87.35%65.1%-
XYZ19.8616.172.78-
YUV107.2179.35169.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.07%
GREEN value IS 94 (37.11% from 255) = 33.45%
BLUE value IS 21 (8.59% from 255) = 7.47%
R=59.07%
G=33.45%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166942100.430.870.3530.2177.5436.67
HexA65E1502B57231e4e25
Octal24613625053127433611645
Binary1010011010111101010101010111010111100011111101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65E15; }

 p { color: rgb(166,94,21); }

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

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

 a { background-color: rgb(166,94,21); }

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

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

 span { border-color: rgb(166,94,21); }

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