Html Css Color HEX #A37105 Golden Brown

📋 copy color: '#A37105'

red 163 ◦ green 113 ◦ blue 5

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

Shades of Golden Brown #A37105

Tints of Golden Brown #A37105

RGB

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

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

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

R = 58.01%
G = 40.21%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A37105 (or 0xA37105) is known color: Golden Brown. HEX triplet: A3, 71 and 05. RGB value is (163,113,5). Sum of RGB (Red+Green+Blue) = 163+113+5=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A37105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37105 is #5C8EFA. Grayscale: #747474. Windows color (decimal): -6065915 or 356771. OLE color: 356771.

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

Color convert

RGB 163 113 5 -
CMYK 0 0.31 0.97 0.36
HSL 41.01º 0.94% 0.33% -
HSV(B) 41.01º 0.97% 0.64% -
XYZ 21.04 19.61 2.82 -
YUV 115.64 65.57 161.78 -
System Red Green Blue C M Y K H S L
Decimal 163 113 5 0 0.31 0.97 0.36 41.01 0.94 0.33
Hex A3 71 5 0 1F 61 24 29 5E 21
Octal 243 161 5 0 37 141 44 51 136 41
Binary 10100011 1110001 101 0 11111 1100001 100100 101001 1011110 100001

Color Harmonies of #A37105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37105

Black with #A37105

Text Example


Text Example

White with #A37105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37105; }

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

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

background-color css

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

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

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

border-color css

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

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

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