Html Css Color HEX #A36211 Golden Brown

📋 copy color: '#A36211'

red 163 ◦ green 98 ◦ blue 17

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

Shades of Golden Brown #A36211

Tints of Golden Brown #A36211

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.25%

 BLUE value IS 17 (7.03% from 255) = 6.12%

R = 58.63%
G = 35.25%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A36211 (or 0xA36211) is known color: Golden Brown. HEX triplet: A3, 62 and 11. RGB value is (163,98,17). Sum of RGB (Red+Green+Blue) = 163+98+17=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A36211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36211 is #5C9DEE. Grayscale: #6C6C6C. Windows color (decimal): -6069743 or 1139363. OLE color: 1139363.

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

Color convert

RGB 163 98 17 -
CMYK 0 0.40 0.90 0.36
HSL 33.29º 0.81% 0.35% -
HSV(B) 33.29º 0.9% 0.64% -
XYZ 19.57 16.56 2.7 -
YUV 108.2 76.53 167.09 -
System Red Green Blue C M Y K H S L
Decimal 163 98 17 0 0.40 0.90 0.36 33.29 0.81 0.35
Hex A3 62 11 0 28 5A 24 21 51 23
Octal 243 142 21 0 50 132 44 41 121 43
Binary 10100011 1100010 10001 0 101000 1011010 100100 100001 1010001 100011

Color Harmonies of #A36211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36211

Black with #A36211

Text Example


Text Example

White with #A36211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36211; }

 p { color: rgb(163,98,17); }

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

background-color css

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

 a { background-color: rgb(163,98,17); }

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

border-color css

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

 span { border-color: rgb(163,98,17); }

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