#A2660F

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

Shades of Golden Brown #A2660F

Tints of Golden Brown #A2660F

Color information

#A2660F (or 0xA2660F) is unknown color: approx Golden Brown. HEX triplet: A2, 66 and 0F. RGB value is (162,102,15). Sum of RGB (Red+Green+Blue) = 162+102+15=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A2660F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2660F is #5D99F0. Grayscale: #6E6E6E. Windows color (decimal): -6134257 or 1009314. OLE color: 1009314.

HSL color Cylindrical-coordinate representation of color #A2660F: hue angle of 35.51º degrees, saturation: 0.83, 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 #A2660F is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB16210215-
CMYK00.370.910.36
HSL35.51º83.05%34.71%-
HSV(B)35.51º90.74%63.53%-
XYZ19.7417.222.74-
YUV110.0274.38165.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.06%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 15 (6.25% from 255) = 5.38%
R=58.06%
G=36.56%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621021500.370.910.3635.5183.0534.71
HexA266F0255B24245323
Octal24214617045133444412343
Binary1010001011001101111010010110110111001001001001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2660F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2660F; }

 p { color: rgb(162,102,15); }

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

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

 a { background-color: rgb(162,102,15); }

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

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

 span { border-color: rgb(162,102,15); }

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