#A5701A

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

Shades of Golden Brown #A5701A

Tints of Golden Brown #A5701A

Color information

#A5701A (or 0xA5701A) is unknown color: approx Golden Brown. HEX triplet: A5, 70 and 1A. RGB value is (165,112,26). Sum of RGB (Red+Green+Blue) = 165+112+26=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A5701A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5701A is #5A8FE5. Grayscale: #767676. Windows color (decimal): -5935078 or 1732773. OLE color: 1732773.

HSL color Cylindrical-coordinate representation of color #A5701A: hue angle of 37.12º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5701A is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB16511226-
CMYK00.320.840.35
HSL37.12º72.77%37.45%-
HSV(B)37.12º84.24%64.71%-
XYZ21.519.663.64-
YUV118.0476.06161.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.46%
GREEN value IS 112 (44.14% from 255) = 36.96%
BLUE value IS 26 (10.55% from 255) = 8.58%
R=54.46%
G=36.96%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651122600.320.840.3537.1272.7737.45
HexA5701A0205423254925
Octal24516032040124434511145
Binary10100101111000011010010000010101001000111001011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5701A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5701A; }

 p { color: rgb(165,112,26); }

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

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

 a { background-color: rgb(165,112,26); }

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

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

 span { border-color: rgb(165,112,26); }

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