Html Css Color HEX #A57100 Golden Brown

📋 copy color: '#A57100'

red 165 ◦ green 113 ◦ blue 0

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

Shades of Golden Brown #A57100

Tints of Golden Brown #A57100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.35%
G = 40.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A57100 (or 0xA57100) is known color: Golden Brown. HEX triplet: A5, 71 and 00. RGB value is (165,113,0). Sum of RGB (Red+Green+Blue) = 165+113+0=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A57100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57100 is #5A8EFF. Grayscale: #747474. Windows color (decimal): -5934848 or 29093. OLE color: 29093.

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

Color convert

RGB 165 113 0 -
CMYK 0 0.32 1 0.35
HSL 41.09º 1% 0.32% -
HSV(B) 41.09º 1% 0.65% -
XYZ 21.42 19.81 2.69 -
YUV 115.67 62.73 163.19 -
System Red Green Blue C M Y K H S L
Decimal 165 113 0 0 0.32 1 0.35 41.09 1 0.32
Hex A5 71 0 0 20 64 23 29 64 20
Octal 245 161 0 0 40 144 43 51 144 40
Binary 10100101 1110001 0 0 100000 1100100 100011 101001 1100100 100000

Color Harmonies of #A57100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57100

Black with #A57100

Text Example


Text Example

White with #A57100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57100; }

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

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

background-color css

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

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

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

border-color css

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

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

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