#A25C1A

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

Shades of Golden Brown #A25C1A

Tints of Golden Brown #A25C1A

Color information

#A25C1A (or 0xA25C1A) is unknown color: approx Golden Brown. HEX triplet: A2, 5C and 1A. RGB value is (162,92,26). Sum of RGB (Red+Green+Blue) = 162+92+26=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25C1A is #5DA3E5. Grayscale: #696969. Windows color (decimal): -6136806 or 1727650. OLE color: 1727650.

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

Color convert

RGB1629226-
CMYK00.430.840.36
HSL29.12º72.34%36.86%-
HSV(B)29.12º83.95%63.53%-
XYZ18.9115.412.95-
YUV105.4183.19168.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.86%
GREEN value IS 92 (36.33% from 255) = 32.86%
BLUE value IS 26 (10.55% from 255) = 9.29%
R=57.86%
G=32.86%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162922600.430.840.3629.1272.3436.86
HexA25C1A02B54241d4825
Octal24213432053124443511045
Binary1010001010111001101001010111010100100100111011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25C1A; }

 p { color: rgb(162,92,26); }

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

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

 a { background-color: rgb(162,92,26); }

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

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

 span { border-color: rgb(162,92,26); }

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