#A25F1B

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

Shades of Golden Brown #A25F1B

Tints of Golden Brown #A25F1B

Color information

#A25F1B (or 0xA25F1B) is unknown color: approx Golden Brown. HEX triplet: A2, 5F and 1B. RGB value is (162,95,27). Sum of RGB (Red+Green+Blue) = 162+95+27=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25F1B is #5DA0E4. Grayscale: #6B6B6B. Windows color (decimal): -6136037 or 1793954. OLE color: 1793954.

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

Color convert

RGB1629527-
CMYK00.410.830.36
HSL30.22º71.43%37.06%-
HSV(B)30.22º83.33%63.53%-
XYZ19.1915.943.1-
YUV107.2882.7167.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.04%
GREEN value IS 95 (37.5% from 255) = 33.45%
BLUE value IS 27 (10.94% from 255) = 9.51%
R=57.04%
G=33.45%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162952700.410.830.3630.2271.4337.06
HexA25F1B02953241e4725
Octal24213733051123443610745
Binary1010001010111111101101010011010011100100111101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F1B; }

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

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

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

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

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

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

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

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