#A7630A

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

Shades of Golden Brown #A7630A

Tints of Golden Brown #A7630A

Color information

#A7630A (or 0xA7630A) is unknown color: approx Golden Brown. HEX triplet: A7, 63 and 0A. RGB value is (167,99,10). Sum of RGB (Red+Green+Blue) = 167+99+10=276 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.51% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 167 - color contains mainly: red. Hex color #A7630A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7630A is #589CF5. Grayscale: #6D6D6D. Windows color (decimal): -5807350 or 680871. OLE color: 680871.

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

Color convert

RGB1679910-
CMYK00.410.940.35
HSL34.01º88.7%34.71%-
HSV(B)34.01º94.01%65.49%-
XYZ20.4517.162.52-
YUV109.1972.03169.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.51%
GREEN value IS 99 (39.06% from 255) = 35.87%
BLUE value IS 10 (4.30% from 255) = 3.62%
R=60.51%
G=35.87%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167991000.410.940.3534.0188.734.71
HexA763A0295E23225923
Octal24714312051136434213143
Binary1010011111000111010010100110111101000111000101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7630A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7630A; }

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

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

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

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

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

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

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

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