#A4651D

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

Shades of Golden Brown #A4651D

Tints of Golden Brown #A4651D

Color information

#A4651D (or 0xA4651D) is unknown color: approx Golden Brown. HEX triplet: A4, 65 and 1D. RGB value is (164,101,29). Sum of RGB (Red+Green+Blue) = 164+101+29=294 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.78% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 164 - color contains mainly: red. Hex color #A4651D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4651D is #5B9AE2. Grayscale: #6F6F6F. Windows color (decimal): -6003427 or 1926564. OLE color: 1926564.

HSL color Cylindrical-coordinate representation of color #A4651D: hue angle of 32º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4651D is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB16410129-
CMYK00.380.820.36
HSL32º69.95%37.84%-
HSV(B)32º82.32%64.31%-
XYZ20.1917.293.44-
YUV111.6381.37165.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.78%
GREEN value IS 101 (39.84% from 255) = 34.35%
BLUE value IS 29 (11.72% from 255) = 9.86%
R=55.78%
G=34.35%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641012900.380.820.363269.9537.84
HexA4651D0265224204626
Octal24414535046122444010646
Binary10100100110010111101010011010100101001001000001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4651D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4651D; }

 p { color: rgb(164,101,29); }

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

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

 a { background-color: rgb(164,101,29); }

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

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

 span { border-color: rgb(164,101,29); }

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