#A25802

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

Shades of Golden Brown #A25802

Tints of Golden Brown #A25802

Color information

#A25802 (or 0xA25802) is unknown color: approx Golden Brown. HEX triplet: A2, 58 and 02. RGB value is (162,88,2). Sum of RGB (Red+Green+Blue) = 162+88+2=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A25802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25802 is #5DA7FD. Grayscale: #646464. Windows color (decimal): -6137854 or 153762. OLE color: 153762.

HSL color Cylindrical-coordinate representation of color #A25802: hue angle of 32.25º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A25802 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB162882-
CMYK00.460.990.36
HSL32.25º97.56%32.16%-
HSV(B)32.25º98.77%63.53%-
XYZ18.414.671.92-
YUV100.3272.52171.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=64.29%
G=34.92%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16288200.460.990.3632.2597.5632.16
HexA258202E6324206220
Octal2421302056143444014240
Binary10100010101100010010111011000111001001000001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25802; }

 p { color: rgb(162,88,2); }

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

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

 a { background-color: rgb(162,88,2); }

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

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

 span { border-color: rgb(162,88,2); }

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