Html Css Color HEX #A57305 Golden Brown

📋 copy color: '#A57305'

red 165 ◦ green 115 ◦ blue 5

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

Shades of Golden Brown #A57305

Tints of Golden Brown #A57305

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.35%

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

R = 57.89%
G = 40.35%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A57305 (or 0xA57305) is known color: Golden Brown. HEX triplet: A5, 73 and 05. RGB value is (165,115,5). Sum of RGB (Red+Green+Blue) = 165+115+5=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A57305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57305 is #5A8CFA. Grayscale: #757575. Windows color (decimal): -5934331 or 357285. OLE color: 357285.

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

Color convert

RGB 165 115 5 -
CMYK 0 0.30 0.97 0.35
HSL 41.25º 0.94% 0.33% -
HSV(B) 41.25º 0.97% 0.65% -
XYZ 21.68 20.27 2.91 -
YUV 117.41 64.57 161.94 -
System Red Green Blue C M Y K H S L
Decimal 165 115 5 0 0.30 0.97 0.35 41.25 0.94 0.33
Hex A5 73 5 0 1E 61 23 29 5E 21
Octal 245 163 5 0 36 141 43 51 136 41
Binary 10100101 1110011 101 0 11110 1100001 100011 101001 1011110 100001

Color Harmonies of #A57305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57305

Black with #A57305

Text Example


Text Example

White with #A57305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57305; }

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

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

background-color css

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

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

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

border-color css

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

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

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