Html Css Color HEX #A37310 Golden Brown

📋 copy color: '#A37310'

red 163 ◦ green 115 ◦ blue 16

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

Shades of Golden Brown #A37310

Tints of Golden Brown #A37310

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.12%

 BLUE value IS 16 (6.64% from 255) = 5.44%

R = 55.44%
G = 39.12%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A37310 (or 0xA37310) is known color: Golden Brown. HEX triplet: A3, 73 and 10. RGB value is (163,115,16). Sum of RGB (Red+Green+Blue) = 163+115+16=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A37310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37310 is #5C8CEF. Grayscale: #767676. Windows color (decimal): -6065392 or 1078179. OLE color: 1078179.

HSL color Cylindrical-coordinate representation of color #A37310: hue angle of 40.41º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A37310 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 115 16 -
CMYK 0 0.29 0.90 0.36
HSL 40.41º 0.82% 0.35% -
HSV(B) 40.41º 0.9% 0.64% -
XYZ 21.33 20.09 3.24 -
YUV 118.07 70.4 160.05 -
System Red Green Blue C M Y K H S L
Decimal 163 115 16 0 0.29 0.90 0.36 40.41 0.82 0.35
Hex A3 73 10 0 1D 5A 24 28 52 23
Octal 243 163 20 0 35 132 44 50 122 43
Binary 10100011 1110011 10000 0 11101 1011010 100100 101000 1010010 100011

Color Harmonies of #A37310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37310

Black with #A37310

Text Example


Text Example

White with #A37310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37310; }

 p { color: rgb(163,115,16); }

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

background-color css

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

 a { background-color: rgb(163,115,16); }

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

border-color css

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

 span { border-color: rgb(163,115,16); }

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