#A2750E

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

Shades of Golden Brown #A2750E

Tints of Golden Brown #A2750E

Color information

#A2750E (or 0xA2750E) is unknown color: approx Golden Brown. HEX triplet: A2, 75 and 0E. RGB value is (162,117,14). Sum of RGB (Red+Green+Blue) = 162+117+14=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A2750E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2750E is #5D8AF1. Grayscale: #777777. Windows color (decimal): -6130418 or 947618. OLE color: 947618.

HSL color Cylindrical-coordinate representation of color #A2750E: hue angle of 41.76º degrees, saturation: 0.84, 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 #A2750E is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB16211714-
CMYK00.280.910.36
HSL41.76º84.09%34.51%-
HSV(B)41.76º91.36%63.53%-
XYZ21.3420.443.24-
YUV118.7168.91158.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.29%
GREEN value IS 117 (46.09% from 255) = 39.93%
BLUE value IS 14 (5.86% from 255) = 4.78%
R=55.29%
G=39.93%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621171400.280.910.3641.7684.0934.51
HexA275E01C5B242a5423
Octal24216516034133445212443
Binary101000101110101111001110010110111001001010101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2750E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2750E; }

 p { color: rgb(162,117,14); }

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

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

 a { background-color: rgb(162,117,14); }

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

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

 span { border-color: rgb(162,117,14); }

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