#a7690a

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

Shades of Golden Brown #A7690A

Tints of Golden Brown #A7690A

Color information

#A7690A (or 0xA7690A) is unknown color: approx Golden Brown. HEX triplet: A7, 69 and 0A. RGB value is (167,105,10). Sum of RGB (Red+Green+Blue) = 167+105+10=282 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.22% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 167 - color contains mainly: red. Hex color #A7690A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7690A is #5896F5. Grayscale: #717171. Windows color (decimal): -5805814 or 682407. OLE color: 682407.

HSL color Cylindrical-coordinate representation of color #A7690A: hue angle of 36.31º 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 #A7690A is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB16710510-
CMYK00.370.940.35
HSL36.31º88.7%34.71%-
HSV(B)36.31º94.01%65.49%-
XYZ21.0418.342.72-
YUV112.7170.04166.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.22%
GREEN value IS 105 (41.41% from 255) = 37.23%
BLUE value IS 10 (4.30% from 255) = 3.55%
R=59.22%
G=37.23%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671051000.370.940.3536.3188.734.71
HexA769A0255E23245923
Octal24715112045136434413143
Binary1010011111010011010010010110111101000111001001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7690a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7690a; }

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

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

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

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

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

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

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

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