Html Css Color HEX #A57016 Golden Brown

📋 copy color: '#A57016'

red 165 ◦ green 112 ◦ blue 22

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

Shades of Golden Brown #A57016

Tints of Golden Brown #A57016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.36%

R = 55.18%
G = 37.46%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A57016 (or 0xA57016) is known color: Golden Brown. HEX triplet: A5, 70 and 16. RGB value is (165,112,22). Sum of RGB (Red+Green+Blue) = 165+112+22=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A57016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57016 is #5A8FE9. Grayscale: #767676. Windows color (decimal): -5935082 or 1470629. OLE color: 1470629.

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

Color convert

RGB 165 112 22 -
CMYK 0 0.32 0.87 0.35
HSL 37.76º 0.76% 0.37% -
HSV(B) 37.76º 0.87% 0.65% -
XYZ 21.46 19.65 3.42 -
YUV 117.59 74.06 161.82 -
System Red Green Blue C M Y K H S L
Decimal 165 112 22 0 0.32 0.87 0.35 37.76 0.76 0.37
Hex A5 70 16 0 20 57 23 26 4C 25
Octal 245 160 26 0 40 127 43 46 114 45
Binary 10100101 1110000 10110 0 100000 1010111 100011 100110 1001100 100101

Color Harmonies of #A57016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57016

Black with #A57016

Text Example


Text Example

White with #A57016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57016; }

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

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

background-color css

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

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

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

border-color css

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

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

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