#A25702

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

Shades of Golden Brown #A25702

Tints of Golden Brown #A25702

Color information

#A25702 (or 0xA25702) is unknown color: approx Golden Brown. HEX triplet: A2, 57 and 02. RGB value is (162,87,2). Sum of RGB (Red+Green+Blue) = 162+87+2=251 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.54% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 162 - color contains mainly: red. Hex color #A25702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25702 is #5DA8FD. Grayscale: #646464. Windows color (decimal): -6138110 or 153506. OLE color: 153506.

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

Color convert

RGB162872-
CMYK00.460.990.36
HSL31.88º97.56%32.16%-
HSV(B)31.88º98.77%63.53%-
XYZ18.3214.51.89-
YUV99.7372.85172.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.54%
GREEN value IS 87 (34.38% from 255) = 34.66%
BLUE value IS 2 (1.17% from 255) = 0.80%
R=64.54%
G=34.66%
B=0.80%

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
Decimal16287200.460.990.3631.8897.5632.16
HexA257202E6324206220
Octal2421272056143444014240
Binary10100010101011110010111011000111001001000001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25702; }

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

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

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

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

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

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

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

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