#A2530F

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

Shades of Golden Brown #A2530F

Tints of Golden Brown #A2530F

Color information

#A2530F (or 0xA2530F) is unknown color: approx Golden Brown. HEX triplet: A2, 53 and 0F. RGB value is (162,83,15). Sum of RGB (Red+Green+Blue) = 162+83+15=260 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.31% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 162 - color contains mainly: red. Hex color #A2530F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2530F is #5DACF0. Grayscale: #636363. Windows color (decimal): -6139121 or 1004450. OLE color: 1004450.

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

Color convert

RGB1628315-
CMYK00.490.910.36
HSL27.76º83.05%34.71%-
HSV(B)27.76º90.74%63.53%-
XYZ18.0813.92.18-
YUV98.8780.67173.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.31%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 15 (6.25% from 255) = 5.77%
R=62.31%
G=31.92%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162831500.490.910.3627.7683.0534.71
HexA253F0315B241c5323
Octal24212317061133443412343
Binary101000101010011111101100011011011100100111001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2530F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2530F; }

 p { color: rgb(162,83,15); }

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

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

 a { background-color: rgb(162,83,15); }

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

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

 span { border-color: rgb(162,83,15); }

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