#A25F12

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

Shades of Golden Brown #A25F12

Tints of Golden Brown #A25F12

Color information

#A25F12 (or 0xA25F12) is unknown color: approx Golden Brown. HEX triplet: A2, 5F and 12. RGB value is (162,95,18). Sum of RGB (Red+Green+Blue) = 162+95+18=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25F12 is #5DA0ED. Grayscale: #6A6A6A. Windows color (decimal): -6136046 or 1204130. OLE color: 1204130.

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

Color convert

RGB1629518-
CMYK00.410.890.36
HSL32.08º80%35.29%-
HSV(B)32.08º88.89%63.53%-
XYZ19.115.912.64-
YUV106.2678.2167.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.91%
GREEN value IS 95 (37.5% from 255) = 34.55%
BLUE value IS 18 (7.42% from 255) = 6.55%
R=58.91%
G=34.55%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162951800.410.890.3632.088035.29
HexA25F120295924205023
Octal24213722051131444012043
Binary10100010101111110010010100110110011001001000001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F12; }

 p { color: rgb(162,95,18); }

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

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

 a { background-color: rgb(162,95,18); }

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

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

 span { border-color: rgb(162,95,18); }

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