Html Css Color HEX #A57117 Golden Brown

📋 copy color: '#A57117'

red 165 ◦ green 113 ◦ blue 23

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

Shades of Golden Brown #A57117

Tints of Golden Brown #A57117

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.54%

 BLUE value IS 23 (9.38% from 255) = 7.64%

R = 54.82%
G = 37.54%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A57117 (or 0xA57117) is known color: Golden Brown. HEX triplet: A5, 71 and 17. RGB value is (165,113,23). Sum of RGB (Red+Green+Blue) = 165+113+23=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A57117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57117 is #5A8EE8. Grayscale: #767676. Windows color (decimal): -5934825 or 1536421. OLE color: 1536421.

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

Color convert

RGB 165 113 23 -
CMYK 0 0.32 0.86 0.35
HSL 38.03º 0.76% 0.37% -
HSV(B) 38.03º 0.86% 0.65% -
XYZ 21.58 19.87 3.51 -
YUV 118.29 74.23 161.32 -
System Red Green Blue C M Y K H S L
Decimal 165 113 23 0 0.32 0.86 0.35 38.03 0.76 0.37
Hex A5 71 17 0 20 56 23 26 4C 25
Octal 245 161 27 0 40 126 43 46 114 45
Binary 10100101 1110001 10111 0 100000 1010110 100011 100110 1001100 100101

Color Harmonies of #A57117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57117

Black with #A57117

Text Example


Text Example

White with #A57117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57117; }

 p { color: rgb(165,113,23); }

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

background-color css

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

 a { background-color: rgb(165,113,23); }

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

border-color css

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

 span { border-color: rgb(165,113,23); }

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