Html Css Color HEX #A57015 Golden Brown

📋 copy color: '#A57015'

red 165 ◦ green 112 ◦ blue 21

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

Shades of Golden Brown #A57015

Tints of Golden Brown #A57015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.05%

R = 55.37%
G = 37.58%
B = 7.05%

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

#A57015 (or 0xA57015) is known color: Golden Brown. HEX triplet: A5, 70 and 15. RGB value is (165,112,21). Sum of RGB (Red+Green+Blue) = 165+112+21=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A57015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57015 is #5A8FEA. Grayscale: #757575. Windows color (decimal): -5935083 or 1405093. OLE color: 1405093.

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

Color convert

RGB 165 112 21 -
CMYK 0 0.32 0.87 0.35
HSL 37.92º 0.77% 0.36% -
HSV(B) 37.92º 0.87% 0.65% -
XYZ 21.45 19.64 3.37 -
YUV 117.47 73.56 161.9 -
System Red Green Blue C M Y K H S L
Decimal 165 112 21 0 0.32 0.87 0.35 37.92 0.77 0.36
Hex A5 70 15 0 20 57 23 26 4D 24
Octal 245 160 25 0 40 127 43 46 115 44
Binary 10100101 1110000 10101 0 100000 1010111 100011 100110 1001101 100100

Color Harmonies of #A57015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57015

Black with #A57015

Text Example


Text Example

White with #A57015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57015; }

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

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

background-color css

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

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

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

border-color css

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

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

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