Html Css Color HEX #A57313 Golden Brown

📋 copy color: '#A57313'

red 165 ◦ green 115 ◦ blue 19

#A57313
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A57313

Tints of Golden Brown #A57313

RGB

 RED value IS 165 (64.84% from 255) = 55.18%

 GREEN value IS 115 (45.31% from 255) = 38.46%

 BLUE value IS 19 (7.81% from 255) = 6.35%

R = 55.18%
G = 38.46%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A57313 (or 0xA57313) is known color: Golden Brown. HEX triplet: A5, 73 and 13. RGB value is (165,115,19). Sum of RGB (Red+Green+Blue) = 165+115+19=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A57313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57313 is #5A8CEC. Grayscale: #777777. Windows color (decimal): -5934317 or 1274789. OLE color: 1274789.

HSL color Cylindrical-coordinate representation of color #A57313: hue angle of 39.45º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A57313 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 115 19 -
CMYK 0 0.30 0.88 0.35
HSL 39.45º 0.79% 0.36% -
HSV(B) 39.45º 0.88% 0.65% -
XYZ 21.77 20.31 3.39 -
YUV 119.01 71.57 160.81 -
System Red Green Blue C M Y K H S L
Decimal 165 115 19 0 0.30 0.88 0.35 39.45 0.79 0.36
Hex A5 73 13 0 1E 58 23 27 4F 24
Octal 245 163 23 0 36 130 43 47 117 44
Binary 10100101 1110011 10011 0 11110 1011000 100011 100111 1001111 100100

Color Harmonies of #A57313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57313

Black with #A57313

Text Example


Text Example

White with #A57313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57313; }

 p { color: rgb(165,115,19); }

 H1.HeaderClassName
 {
   color: #A57313;
 }
 .AnyTagClassName
 {
   color: #A57313;
 }
</style>

background-color css

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

 a { background-color: rgb(165,115,19); }

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

border-color css

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

 span { border-color: rgb(165,115,19); }

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