Html Css Color HEX #A57005 Golden Brown

📋 copy color: '#A57005'

red 165 ◦ green 112 ◦ blue 5

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

Shades of Golden Brown #A57005

Tints of Golden Brown #A57005

RGB

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

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

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

R = 58.51%
G = 39.72%
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

#A57005 (or 0xA57005) is known color: Golden Brown. HEX triplet: A5, 70 and 05. RGB value is (165,112,5). Sum of RGB (Red+Green+Blue) = 165+112+5=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A57005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57005 is #5A8FFA. Grayscale: #747474. Windows color (decimal): -5935099 or 356517. OLE color: 356517.

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

Color convert

RGB 165 112 5 -
CMYK 0 0.32 0.97 0.35
HSL 40.13º 0.94% 0.33% -
HSV(B) 40.13º 0.97% 0.65% -
XYZ 21.34 19.6 2.8 -
YUV 115.65 65.56 163.2 -
System Red Green Blue C M Y K H S L
Decimal 165 112 5 0 0.32 0.97 0.35 40.13 0.94 0.33
Hex A5 70 5 0 20 61 23 28 5E 21
Octal 245 160 5 0 40 141 43 50 136 41
Binary 10100101 1110000 101 0 100000 1100001 100011 101000 1011110 100001

Color Harmonies of #A57005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57005

Black with #A57005

Text Example


Text Example

White with #A57005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57005; }

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

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

background-color css

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

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

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

border-color css

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

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

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