Html Css Color HEX #A36C12 Golden Brown

📋 copy color: '#A36C12'

red 163 ◦ green 108 ◦ blue 18

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

Shades of Golden Brown #A36C12

Tints of Golden Brown #A36C12

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.37%

 BLUE value IS 18 (7.42% from 255) = 6.23%

R = 56.4%
G = 37.37%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A36C12 (or 0xA36C12) is known color: Golden Brown. HEX triplet: A3, 6C and 12. RGB value is (163,108,18). Sum of RGB (Red+Green+Blue) = 163+108+18=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36C12 is #5C93ED. Grayscale: #727272. Windows color (decimal): -6067182 or 1207459. OLE color: 1207459.

HSL color Cylindrical-coordinate representation of color #A36C12: hue angle of 37.24º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A36C12 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 108 18 -
CMYK 0 0.34 0.89 0.36
HSL 37.24º 0.8% 0.35% -
HSV(B) 37.24º 0.89% 0.64% -
XYZ 20.58 18.56 3.07 -
YUV 114.19 73.72 162.82 -
System Red Green Blue C M Y K H S L
Decimal 163 108 18 0 0.34 0.89 0.36 37.24 0.8 0.35
Hex A3 6C 12 0 22 59 24 25 50 23
Octal 243 154 22 0 42 131 44 45 120 43
Binary 10100011 1101100 10010 0 100010 1011001 100100 100101 1010000 100011

Color Harmonies of #A36C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36C12

Black with #A36C12

Text Example


Text Example

White with #A36C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36C12; }

 p { color: rgb(163,108,18); }

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

background-color css

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

 a { background-color: rgb(163,108,18); }

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

border-color css

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

 span { border-color: rgb(163,108,18); }

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