Html Css Color HEX #A57205 Golden Brown

📋 copy color: '#A57205'

red 165 ◦ green 114 ◦ blue 5

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

Shades of Golden Brown #A57205

Tints of Golden Brown #A57205

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.14%

 BLUE value IS 5 (2.34% from 255) = 1.76%

R = 58.1%
G = 40.14%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A57205 (or 0xA57205) is known color: Golden Brown. HEX triplet: A5, 72 and 05. RGB value is (165,114,5). Sum of RGB (Red+Green+Blue) = 165+114+5=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A57205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57205 is #5A8DFA. Grayscale: #757575. Windows color (decimal): -5934587 or 357029. OLE color: 357029.

HSL color Cylindrical-coordinate representation of color #A57205: hue angle of 40.88º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A57205 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 114 5 -
CMYK 0 0.31 0.97 0.35
HSL 40.88º 0.94% 0.33% -
HSV(B) 40.88º 0.97% 0.65% -
XYZ 21.56 20.04 2.88 -
YUV 116.82 64.9 162.36 -
System Red Green Blue C M Y K H S L
Decimal 165 114 5 0 0.31 0.97 0.35 40.88 0.94 0.33
Hex A5 72 5 0 1F 61 23 29 5E 21
Octal 245 162 5 0 37 141 43 51 136 41
Binary 10100101 1110010 101 0 11111 1100001 100011 101001 1011110 100001

Color Harmonies of #A57205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57205

Black with #A57205

Text Example


Text Example

White with #A57205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57205; }

 p { color: rgb(165,114,5); }

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

background-color css

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

 a { background-color: rgb(165,114,5); }

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

border-color css

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

 span { border-color: rgb(165,114,5); }

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