Html Css Color HEX #A36510 Golden Brown

📋 copy color: '#A36510'

red 163 ◦ green 101 ◦ blue 16

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

Shades of Golden Brown #A36510

Tints of Golden Brown #A36510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.07%

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

R = 58.21%
G = 36.07%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A36510 (or 0xA36510) is known color: Golden Brown. HEX triplet: A3, 65 and 10. RGB value is (163,101,16). Sum of RGB (Red+Green+Blue) = 163+101+16=280 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.21% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 163 - color contains mainly: red. Hex color #A36510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36510 is #5C9AEF. Grayscale: #6E6E6E. Windows color (decimal): -6068976 or 1074595. OLE color: 1074595.

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

Color convert

RGB 163 101 16 -
CMYK 0 0.38 0.90 0.36
HSL 34.69º 0.82% 0.35% -
HSV(B) 34.69º 0.9% 0.64% -
XYZ 19.85 17.13 2.75 -
YUV 109.85 75.04 165.91 -
System Red Green Blue C M Y K H S L
Decimal 163 101 16 0 0.38 0.90 0.36 34.69 0.82 0.35
Hex A3 65 10 0 26 5A 24 23 52 23
Octal 243 145 20 0 46 132 44 43 122 43
Binary 10100011 1100101 10000 0 100110 1011010 100100 100011 1010010 100011

Color Harmonies of #A36510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36510

Black with #A36510

Text Example


Text Example

White with #A36510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36510; }

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

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

background-color css

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

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

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

border-color css

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

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

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