Html Css Color HEX #A57105 Golden Brown

📋 copy color: '#A57105'

red 165 ◦ green 113 ◦ blue 5

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

Shades of Golden Brown #A57105

Tints of Golden Brown #A57105

RGB

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

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

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

R = 58.3%
G = 39.93%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A57105 (or 0xA57105) is known color: Golden Brown. HEX triplet: A5, 71 and 05. RGB value is (165,113,5). Sum of RGB (Red+Green+Blue) = 165+113+5=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A57105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57105 is #5A8EFA. Grayscale: #747474. Windows color (decimal): -5934843 or 356773. OLE color: 356773.

HSL color Cylindrical-coordinate representation of color #A57105: hue angle of 40.5º 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 #A57105 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 113 5 -
CMYK 0 0.32 0.97 0.35
HSL 40.5º 0.94% 0.33% -
HSV(B) 40.5º 0.97% 0.65% -
XYZ 21.45 19.82 2.84 -
YUV 116.24 65.23 162.78 -
System Red Green Blue C M Y K H S L
Decimal 165 113 5 0 0.32 0.97 0.35 40.5 0.94 0.33
Hex A5 71 5 0 20 61 23 28 5E 21
Octal 245 161 5 0 40 141 43 50 136 41
Binary 10100101 1110001 101 0 100000 1100001 100011 101000 1011110 100001

Color Harmonies of #A57105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57105

Black with #A57105

Text Example


Text Example

White with #A57105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57105; }

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

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

background-color css

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

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

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

border-color css

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

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

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