Html Css Color HEX #A36D14 Golden Brown

📋 copy color: '#A36D14'

red 163 ◦ green 109 ◦ blue 20

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

Shades of Golden Brown #A36D14

Tints of Golden Brown #A36D14

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.33%

 BLUE value IS 20 (8.2% from 255) = 6.85%

R = 55.82%
G = 37.33%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A36D14 (or 0xA36D14) is known color: Golden Brown. HEX triplet: A3, 6D and 14. RGB value is (163,109,20). Sum of RGB (Red+Green+Blue) = 163+109+20=292 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.82% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36D14 is #5C92EB. Grayscale: #737373. Windows color (decimal): -6066924 or 1338787. OLE color: 1338787.

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

Color convert

RGB 163 109 20 -
CMYK 0 0.33 0.88 0.36
HSL 37.34º 0.78% 0.36% -
HSV(B) 37.34º 0.88% 0.64% -
XYZ 20.7 18.77 3.19 -
YUV 115 74.39 162.24 -
System Red Green Blue C M Y K H S L
Decimal 163 109 20 0 0.33 0.88 0.36 37.34 0.78 0.36
Hex A3 6D 14 0 21 58 24 25 4E 24
Octal 243 155 24 0 41 130 44 45 116 44
Binary 10100011 1101101 10100 0 100001 1011000 100100 100101 1001110 100100

Color Harmonies of #A36D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36D14

Black with #A36D14

Text Example


Text Example

White with #A36D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36D14; }

 p { color: rgb(163,109,20); }

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

background-color css

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

 a { background-color: rgb(163,109,20); }

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

border-color css

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

 span { border-color: rgb(163,109,20); }

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