#A3600B

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

Shades of Golden Brown #A3600B

Tints of Golden Brown #A3600B

Color information

#A3600B (or 0xA3600B) is unknown color: approx Golden Brown. HEX triplet: A3, 60 and 0B. RGB value is (163,96,11). Sum of RGB (Red+Green+Blue) = 163+96+11=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A3600B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3600B is #5C9FF4. Grayscale: #6A6A6A. Windows color (decimal): -6070261 or 745635. OLE color: 745635.

HSL color Cylindrical-coordinate representation of color #A3600B: hue angle of 33.55º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3600B is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1639611-
CMYK00.410.930.36
HSL33.55º87.36%34.12%-
HSV(B)33.55º93.25%63.92%-
XYZ19.3516.182.42-
YUV106.3474.2168.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.37%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 11 (4.69% from 255) = 4.07%
R=60.37%
G=35.56%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163961100.410.930.3633.5587.3634.12
HexA360B0295D24225722
Octal24314013051135444212742
Binary1010001111000001011010100110111011001001000101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3600B; }

 p { color: rgb(163,96,11); }

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

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

 a { background-color: rgb(163,96,11); }

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

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

 span { border-color: rgb(163,96,11); }

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