#A6621A

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

Shades of Golden Brown #A6621A

Tints of Golden Brown #A6621A

Color information

#A6621A (or 0xA6621A) is unknown color: approx Golden Brown. HEX triplet: A6, 62 and 1A. RGB value is (166,98,26). Sum of RGB (Red+Green+Blue) = 166+98+26=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A6621A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6621A is #599DE5. Grayscale: #6E6E6E. Windows color (decimal): -5873126 or 1729190. OLE color: 1729190.

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

Color convert

RGB1669826-
CMYK00.410.840.35
HSL30.86º72.92%37.65%-
HSV(B)30.86º84.34%65.1%-
XYZ20.2816.923.17-
YUV110.1280.53167.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.24%
GREEN value IS 98 (38.67% from 255) = 33.79%
BLUE value IS 26 (10.55% from 255) = 8.97%
R=57.24%
G=33.79%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166982600.410.840.3530.8672.9237.65
HexA6621A02954231f4926
Octal24614232051124433711146
Binary1010011011000101101001010011010100100011111111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6621A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6621A; }

 p { color: rgb(166,98,26); }

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

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

 a { background-color: rgb(166,98,26); }

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

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

 span { border-color: rgb(166,98,26); }

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