#A7630C

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

Shades of Golden Brown #A7630C

Tints of Golden Brown #A7630C

Color information

#A7630C (or 0xA7630C) is unknown color: approx Golden Brown. HEX triplet: A7, 63 and 0C. RGB value is (167,99,12). Sum of RGB (Red+Green+Blue) = 167+99+12=278 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.07% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 167 - color contains mainly: red. Hex color #A7630C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7630C is #589CF3. Grayscale: #6D6D6D. Windows color (decimal): -5807348 or 811943. OLE color: 811943.

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

Color convert

RGB1679912-
CMYK00.410.930.35
HSL33.68º86.59%35.1%-
HSV(B)33.68º92.81%65.49%-
XYZ20.4617.172.58-
YUV109.4173.03169.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.07%
GREEN value IS 99 (39.06% from 255) = 35.61%
BLUE value IS 12 (5.08% from 255) = 4.32%
R=60.07%
G=35.61%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167991200.410.930.3533.6886.5935.1
HexA763C0295D23225723
Octal24714314051135434212743
Binary1010011111000111100010100110111011000111000101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7630C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7630C; }

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

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

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

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

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

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

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

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