Html Css Color HEX #A37101 Golden Brown

📋 copy color: '#A37101'

red 163 ◦ green 113 ◦ blue 1

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

Shades of Golden Brown #A37101

Tints of Golden Brown #A37101

RGB

 RED value IS 163 (64.06% from 255) = 58.84%

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

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

R = 58.84%
G = 40.79%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A37101 (or 0xA37101) is known color: Golden Brown. HEX triplet: A3, 71 and 01. RGB value is (163,113,1). Sum of RGB (Red+Green+Blue) = 163+113+1=277 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.84% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 163 - color contains mainly: red. Hex color #A37101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37101 is #5C8EFE. Grayscale: #737373. Windows color (decimal): -6065919 or 94627. OLE color: 94627.

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

Color convert

RGB 163 113 1 -
CMYK 0 0.31 0.99 0.36
HSL 41.48º 0.99% 0.32% -
HSV(B) 41.48º 0.99% 0.64% -
XYZ 21.01 19.6 2.7 -
YUV 115.18 63.57 162.11 -
System Red Green Blue C M Y K H S L
Decimal 163 113 1 0 0.31 0.99 0.36 41.48 0.99 0.32
Hex A3 71 1 0 1F 63 24 29 63 20
Octal 243 161 1 0 37 143 44 51 143 40
Binary 10100011 1110001 1 0 11111 1100011 100100 101001 1100011 100000

Color Harmonies of #A37101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37101

Black with #A37101

Text Example


Text Example

White with #A37101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37101; }

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

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

background-color css

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

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

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

border-color css

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

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

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