#a4670f

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

Shades of Golden Brown #A4670F

Tints of Golden Brown #A4670F

Color information

#A4670F (or 0xA4670F) is unknown color: approx Golden Brown. HEX triplet: A4, 67 and 0F. RGB value is (164,103,15). Sum of RGB (Red+Green+Blue) = 164+103+15=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A4670F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4670F is #5B98F0. Grayscale: #6F6F6F. Windows color (decimal): -6002929 or 1009572. OLE color: 1009572.

HSL color Cylindrical-coordinate representation of color #A4670F: hue angle of 35.44º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4670F is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB16410315-
CMYK00.370.910.36
HSL35.44º83.24%35.1%-
HSV(B)35.44º90.85%64.31%-
XYZ20.2517.632.79-
YUV111.2173.71165.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.16%
GREEN value IS 103 (40.62% from 255) = 36.52%
BLUE value IS 15 (6.25% from 255) = 5.32%
R=58.16%
G=36.52%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641031500.370.910.3635.4483.2435.1
HexA467F0255B24235323
Octal24414717045133444312343
Binary1010010011001111111010010110110111001001000111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4670f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4670f; }

 p { color: rgb(164,103,15); }

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

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

 a { background-color: rgb(164,103,15); }

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

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

 span { border-color: rgb(164,103,15); }

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