Html Css Color HEX #A36503 Golden Brown

📋 copy color: '#A36503'

red 163 ◦ green 101 ◦ blue 3

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

Shades of Golden Brown #A36503

Tints of Golden Brown #A36503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.12%

R = 61.05%
G = 37.83%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A36503 (or 0xA36503) is known color: Golden Brown. HEX triplet: A3, 65 and 03. RGB value is (163,101,3). Sum of RGB (Red+Green+Blue) = 163+101+3=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A36503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36503 is #5C9AFC. Grayscale: #6C6C6C. Windows color (decimal): -6068989 or 222627. OLE color: 222627.

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

Color convert

RGB 163 101 3 -
CMYK 0 0.38 0.98 0.36
HSL 36.75º 0.96% 0.33% -
HSV(B) 36.75º 0.98% 0.64% -
XYZ 19.77 17.1 2.34 -
YUV 108.37 68.54 166.97 -
System Red Green Blue C M Y K H S L
Decimal 163 101 3 0 0.38 0.98 0.36 36.75 0.96 0.33
Hex A3 65 3 0 26 62 24 25 60 21
Octal 243 145 3 0 46 142 44 45 140 41
Binary 10100011 1100101 11 0 100110 1100010 100100 100101 1100000 100001

Color Harmonies of #A36503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36503

Black with #A36503

Text Example


Text Example

White with #A36503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36503; }

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

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

background-color css

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

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

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

border-color css

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

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

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