#A8660A

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

Shades of Golden Brown #A8660A

Tints of Golden Brown #A8660A

Color information

#A8660A (or 0xA8660A) is unknown color: approx Golden Brown. HEX triplet: A8, 66 and 0A. RGB value is (168,102,10). Sum of RGB (Red+Green+Blue) = 168+102+10=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A8660A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8660A is #5799F5. Grayscale: #6F6F6F. Windows color (decimal): -5741046 or 681640. OLE color: 681640.

HSL color Cylindrical-coordinate representation of color #A8660A: hue angle of 34.94º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8660A is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.34.

Color convert

RGB16810210-
CMYK00.390.940.34
HSL34.94º88.76%34.9%-
HSV(B)34.94º94.05%65.88%-
XYZ20.9517.852.63-
YUV111.2570.87168.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 10 (4.30% from 255) = 3.57%
R=60%
G=36.43%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.94
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681021000.390.940.3434.9488.7634.9
HexA866A0275E22235923
Octal25014612047136424313143
Binary1010100011001101010010011110111101000101000111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8660A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8660A; }

 p { color: rgb(168,102,10); }

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

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

 a { background-color: rgb(168,102,10); }

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

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

 span { border-color: rgb(168,102,10); }

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