Html Css Color HEX #A57101 Golden Brown

📋 copy color: '#A57101'

red 165 ◦ green 113 ◦ blue 1

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

Shades of Golden Brown #A57101

Tints of Golden Brown #A57101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 59.14%
G = 40.5%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A57101 (or 0xA57101) is known color: Golden Brown. HEX triplet: A5, 71 and 01. RGB value is (165,113,1). Sum of RGB (Red+Green+Blue) = 165+113+1=279 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.14% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 165 - color contains mainly: red. Hex color #A57101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57101 is #5A8EFE. Grayscale: #747474. Windows color (decimal): -5934847 or 94629. OLE color: 94629.

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

Color convert

RGB 165 113 1 -
CMYK 0 0.32 0.99 0.35
HSL 40.98º 0.99% 0.33% -
HSV(B) 40.98º 0.99% 0.65% -
XYZ 21.43 19.81 2.72 -
YUV 115.78 63.23 163.11 -
System Red Green Blue C M Y K H S L
Decimal 165 113 1 0 0.32 0.99 0.35 40.98 0.99 0.33
Hex A5 71 1 0 20 63 23 29 63 21
Octal 245 161 1 0 40 143 43 51 143 41
Binary 10100101 1110001 1 0 100000 1100011 100011 101001 1100011 100001

Color Harmonies of #A57101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57101

Black with #A57101

Text Example


Text Example

White with #A57101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57101; }

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

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

background-color css

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

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

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

border-color css

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

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

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