#A8641E

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

Shades of Golden Brown #A8641E

Tints of Golden Brown #A8641E

Color information

#A8641E (or 0xA8641E) is unknown color: approx Golden Brown. HEX triplet: A8, 64 and 1E. RGB value is (168,100,30). Sum of RGB (Red+Green+Blue) = 168+100+30=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A8641E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8641E is #579BE1. Grayscale: #707070. Windows color (decimal): -5741538 or 1991848. OLE color: 1991848.

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

Color convert

RGB16810030-
CMYK00.400.820.34
HSL30.43º69.7%38.82%-
HSV(B)30.43º82.14%65.88%-
XYZ20.9417.533.51-
YUV112.3581.53167.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.38%
GREEN value IS 100 (39.45% from 255) = 33.56%
BLUE value IS 30 (12.11% from 255) = 10.07%
R=56.38%
G=33.56%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681003000.400.820.3430.4369.738.82
HexA8641E02852221e4627
Octal25014436050122423610647
Binary1010100011001001111001010001010010100010111101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8641E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8641E; }

 p { color: rgb(168,100,30); }

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

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

 a { background-color: rgb(168,100,30); }

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

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

 span { border-color: rgb(168,100,30); }

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