#A36318

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

Shades of Golden Brown #A36318

Tints of Golden Brown #A36318

Color information

#A36318 (or 0xA36318) is unknown color: approx Golden Brown. HEX triplet: A3, 63 and 18. RGB value is (163,99,24). Sum of RGB (Red+Green+Blue) = 163+99+24=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A36318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36318 is #5C9CE7. Grayscale: #6D6D6D. Windows color (decimal): -6069480 or 1598371. OLE color: 1598371.

HSL color Cylindrical-coordinate representation of color #A36318: hue angle of 32.37º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A36318 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1639924-
CMYK00.390.850.36
HSL32.37º74.33%36.67%-
HSV(B)32.37º85.28%63.92%-
XYZ19.7316.783.06-
YUV109.5979.7166.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.99%
GREEN value IS 99 (39.06% from 255) = 34.62%
BLUE value IS 24 (9.77% from 255) = 8.39%
R=56.99%
G=34.62%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163992400.390.850.3632.3774.3336.67
HexA363180275524204a25
Octal24314330047125444011245
Binary10100011110001111000010011110101011001001000001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36318; }

 p { color: rgb(163,99,24); }

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

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

 a { background-color: rgb(163,99,24); }

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

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

 span { border-color: rgb(163,99,24); }

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