#A76300

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

Shades of Golden Brown #A76300

Tints of Golden Brown #A76300

Color information

#A76300 (or 0xA76300) is unknown color: approx Golden Brown. HEX triplet: A7, 63 and 00. RGB value is (167,99,0). Sum of RGB (Red+Green+Blue) = 167+99+0=266 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.78% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 167 - color contains mainly: red. Hex color #A76300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76300 is #589CFF. Grayscale: #6C6C6C. Windows color (decimal): -5807360 or 25511. OLE color: 25511.

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

Color convert

RGB167990-
CMYK00.4110.35
HSL35.57º100%32.75%-
HSV(B)35.57º100%65.49%-
XYZ20.417.142.23-
YUV108.0567.03170.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 62.78%
GREEN value IS 99 (39.06% from 255) = 37.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.78%
G=37.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16799000.4110.3535.5710032.75
HexA76300296423246421
Octal2471430051144434414441
Binary1010011111000110010100111001001000111001001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76300; }

 p { color: rgb(167,99,0); }

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

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

 a { background-color: rgb(167,99,0); }

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

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

 span { border-color: rgb(167,99,0); }

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