Html Css Color HEX #A57013 Golden Brown

📋 copy color: '#A57013'

red 165 ◦ green 112 ◦ blue 19

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

Shades of Golden Brown #A57013

Tints of Golden Brown #A57013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.84%

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

R = 55.74%
G = 37.84%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A57013 (or 0xA57013) is known color: Golden Brown. HEX triplet: A5, 70 and 13. RGB value is (165,112,19). Sum of RGB (Red+Green+Blue) = 165+112+19=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A57013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57013 is #5A8FEC. Grayscale: #757575. Windows color (decimal): -5935085 or 1274021. OLE color: 1274021.

HSL color Cylindrical-coordinate representation of color #A57013: hue angle of 38.22º 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 #A57013 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 112 19 -
CMYK 0 0.32 0.88 0.35
HSL 38.22º 0.79% 0.36% -
HSV(B) 38.22º 0.88% 0.65% -
XYZ 21.43 19.63 3.28 -
YUV 117.25 72.56 162.06 -
System Red Green Blue C M Y K H S L
Decimal 165 112 19 0 0.32 0.88 0.35 38.22 0.79 0.36
Hex A5 70 13 0 20 58 23 26 4F 24
Octal 245 160 23 0 40 130 43 46 117 44
Binary 10100101 1110000 10011 0 100000 1011000 100011 100110 1001111 100100

Color Harmonies of #A57013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57013

Black with #A57013

Text Example


Text Example

White with #A57013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57013; }

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

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

background-color css

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

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

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

border-color css

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

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

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