Html Css Color HEX #A36E10 Golden Brown

📋 copy color: '#A36E10'

red 163 ◦ green 110 ◦ blue 16

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

Shades of Golden Brown #A36E10

Tints of Golden Brown #A36E10

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.06%

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

R = 56.4%
G = 38.06%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A36E10 (or 0xA36E10) is known color: Golden Brown. HEX triplet: A3, 6E and 10. RGB value is (163,110,16). Sum of RGB (Red+Green+Blue) = 163+110+16=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36E10 is #5C91EF. Grayscale: #737373. Windows color (decimal): -6066672 or 1076899. OLE color: 1076899.

HSL color Cylindrical-coordinate representation of color #A36E10: hue angle of 38.37º 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 #A36E10 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 110 16 -
CMYK 0 0.33 0.90 0.36
HSL 38.37º 0.82% 0.35% -
HSV(B) 38.37º 0.9% 0.64% -
XYZ 20.77 18.98 3.06 -
YUV 115.13 72.06 162.14 -
System Red Green Blue C M Y K H S L
Decimal 163 110 16 0 0.33 0.90 0.36 38.37 0.82 0.35
Hex A3 6E 10 0 21 5A 24 26 52 23
Octal 243 156 20 0 41 132 44 46 122 43
Binary 10100011 1101110 10000 0 100001 1011010 100100 100110 1010010 100011

Color Harmonies of #A36E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36E10

Black with #A36E10

Text Example


Text Example

White with #A36E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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