Html Css Color HEX #A57011 Golden Brown

📋 copy color: '#A57011'

red 165 ◦ green 112 ◦ blue 17

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

Shades of Golden Brown #A57011

Tints of Golden Brown #A57011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.78%

R = 56.12%
G = 38.1%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A57011 (or 0xA57011) is known color: Golden Brown. HEX triplet: A5, 70 and 11. RGB value is (165,112,17). Sum of RGB (Red+Green+Blue) = 165+112+17=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A57011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57011 is #5A8FEE. Grayscale: #757575. Windows color (decimal): -5935087 or 1142949. OLE color: 1142949.

HSL color Cylindrical-coordinate representation of color #A57011: hue angle of 38.51º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A57011 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 112 17 -
CMYK 0 0.32 0.90 0.35
HSL 38.51º 0.81% 0.36% -
HSV(B) 38.51º 0.9% 0.65% -
XYZ 21.41 19.63 3.19 -
YUV 117.02 71.56 162.22 -
System Red Green Blue C M Y K H S L
Decimal 165 112 17 0 0.32 0.90 0.35 38.51 0.81 0.36
Hex A5 70 11 0 20 5A 23 27 51 24
Octal 245 160 21 0 40 132 43 47 121 44
Binary 10100101 1110000 10001 0 100000 1011010 100011 100111 1010001 100100

Color Harmonies of #A57011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57011

Black with #A57011

Text Example


Text Example

White with #A57011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57011; }

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

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

background-color css

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

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

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

border-color css

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

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

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